Volonté ajusté par moral

This commit is contained in:
2020-12-18 23:57:28 +01:00
parent 15d67e72a3
commit 6f22c4ab18
5 changed files with 31 additions and 17 deletions

View File

@ -92,6 +92,9 @@ export class RdDResolutionTable {
let message = "<br>Difficultés <strong>libre: " + rollData.diffLibre + "</strong> / conditions: " + Misc.toSignedString(rollData.diffConditions)
+ " / état: " + rollData.etat;
message += RdDResolutionTable.explain(rollData.rolled)
if (rollData.selectedCarac == rollData.carac.volonte) {
message += " / moral: " + rollData.moral;
}
return message;
}