mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
.
This commit is contained in:
parent
4aab5d315a
commit
bafc53488f
11 changed files with 270 additions and 4 deletions
|
|
@ -26,6 +26,9 @@ export default class DhActiveEffect extends foundry.documents.ActiveEffect {
|
|||
return isVaultSupressed || domainTouchedSupressed;
|
||||
}
|
||||
|
||||
const conditionalSuspended = game.system.api.data.activeEffects.EffectConditionals.isConditionalSuspended(this);
|
||||
if (conditionalSuspended) return true;
|
||||
|
||||
return super.isSuppressed;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue