#27 Gestion des rencontres

This commit is contained in:
2020-11-18 23:49:05 +01:00
parent eb42eaae2c
commit 2af8ff4ce8
5 changed files with 71 additions and 10 deletions

View File

@ -208,9 +208,9 @@ export class RdDActor extends Actor {
defenseMsg = RdDUtility.buildDefenseChatCard(this, target, rollData);
explications += "<br><strong>Cible</strong> : " + target.actor.data.name;
}
explications += "<br>Dommages : " + rollData.degats + "<br>Localisation : " + rollData.loc.label;
explications += "<br>Dégâts : " + rollData.degats + "<br>Localisation : " + rollData.loc.label;
} else {
explications = "<br>Echec ! Pas de dommages";
explications = "<br>Echec ! Pas de dégâts";
}
}
}