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,
|
||||
isNatation: rollData.competence ? rollData.competence.name.toLowerCase().includes("natation") : false,
|
||||
useEncForNatation: false,
|
||||
encValueForNatation: actor.encombrementTotal ? Math.floor(actor.encombrementTotal) : 0
|
||||
// ,
|
||||
// ajustementAstrologique: actor.ajustementAstrologique()
|
||||
encValueForNatation: actor.encombrementTotal ? Math.floor(actor.encombrementTotal) : 0,
|
||||
ajustementAstrologique: actor.ajustementAstrologique()
|
||||
},
|
||||
{ overwrite: false });
|
||||
|
||||
if (actor.isEntiteCauchemar())
|
||||
{
|
||||
rollData.needSignificative = false;
|
||||
}
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user