forked from public/foundryvtt-reve-de-dragon
Option transformation de stress
This commit is contained in:
@ -1911,6 +1911,7 @@ export class RdDActor extends RdDBaseActor {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
async transformerStress() {
|
||||
if (!ReglesOptionnelles.isUsing("transformation-stress")) { return }
|
||||
const fromStress = Number(this.system.compteurs.stress.value);
|
||||
if (this.system.sommeil?.insomnie || fromStress <= 0) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user