fix for effects expiring at start of character's turn

This commit is contained in:
Mike Bloy 2024-06-21 16:26:04 -05:00
parent 2721eb4a1e
commit 8e206d1180

View File

@ -164,7 +164,7 @@ export class PowerEffect {
}, },
swade: { swade: {
loseTurnOnHold: false, loseTurnOnHold: false,
expiration: CONFIG.SWADE.CONST.STATUS_EFFECT_EXPIRATION.StartOfTurnAuto, expiration: null,
}, },
}, },
}; };