Volonté ajusté par moral
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user