Fix initiative pour les creatures/entites

This commit is contained in:
2020-11-16 23:28:18 +01:00
parent 78b4eef453
commit cf4cfe2589
2 changed files with 7 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export class RdDActor extends Actor {
/* -------------------------------------------- */
async performRoll(rollData) {
let rolled = await RdDResolutionTable.roll(rollData.carac, rollData.finalLevel);
let rolled = await RdDResolutionTable.roll(rollData.carac, rollData.finalLevel, true);
//rolled.isPart = true; // Pour tester le particulières
rollData.rolled = rolled; // garder le résultat
console.log("performRoll", rollData, rolled)