fix jets
- ajustement astrologique sur appel à la chance - une entité de cauchemar peut avoir à faire une significative
This commit is contained in:
parent
2bcc1a7ba3
commit
2f2d3ced86
@ -44,16 +44,10 @@ export class RdDRoll extends Dialog {
|
|||||||
surencMalusApply: false,
|
surencMalusApply: false,
|
||||||
isNatation: rollData.competence ? rollData.competence.name.toLowerCase().includes("natation") : false,
|
isNatation: rollData.competence ? rollData.competence.name.toLowerCase().includes("natation") : false,
|
||||||
useEncForNatation: false,
|
useEncForNatation: false,
|
||||||
encValueForNatation: actor.encombrementTotal ? Math.floor(actor.encombrementTotal) : 0
|
encValueForNatation: actor.encombrementTotal ? Math.floor(actor.encombrementTotal) : 0,
|
||||||
// ,
|
ajustementAstrologique: actor.ajustementAstrologique()
|
||||||
// ajustementAstrologique: actor.ajustementAstrologique()
|
|
||||||
},
|
},
|
||||||
{ overwrite: false });
|
{ overwrite: false });
|
||||||
|
|
||||||
if (actor.isEntiteCauchemar())
|
|
||||||
{
|
|
||||||
rollData.needSignificative = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user