Stabilisation v1.2 #337

Merged
vincent.vandeme merged 1 commits from stabilisation-v1.2 into v1.2 2021-01-20 08:41:20 +01:00
Showing only changes of commit 5e62b0a5f3 - Show all commits

View File

@ -718,7 +718,7 @@ export class RdDCombat {
_onEsquiveParticuliere(rollData) { _onEsquiveParticuliere(rollData) {
console.log("RdDCombat._onEsquiveParticuliere >>>", rollData); console.log("RdDCombat._onEsquiveParticuliere >>>", rollData);
ChatUtility.createChatWithRollMode(this.defender.name, { ChatUtility.createChatWithRollMode(this.defender.name, {
content: "<strong>Vous pouvez esquiver une deuxième esquive!</strong>" content: "<strong>Vous pouvez esquiver une deuxième fois!</strong>"
}); });
} }