Récupération de fatigue

This commit is contained in:
2020-11-17 13:08:52 +01:00
parent 59be07b3e9
commit a5ead0c77a
3 changed files with 126 additions and 74 deletions

View File

@ -373,6 +373,7 @@ export class TMRUtility {
msg += "Ce Tourbillon Noir disparait !"
} else if (rencontre.name == "Rêve de Dragon") {
// TODO: xp particulière
msg += "Vous maîtrisez le Rêve de Dragon !"
msg += actor.appliquerReveDeDragon(rolled, rencontre.force);
}