mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Added VaultActive and LoadoutIgnore
This commit is contained in:
parent
0b343c9f52
commit
7429369212
19 changed files with 62 additions and 39 deletions
|
|
@ -20,7 +20,7 @@ export default class DhActiveEffect extends foundry.documents.ActiveEffect {
|
|||
}
|
||||
|
||||
if (this.parent?.type === 'domainCard') {
|
||||
return this.parent.system.inVault;
|
||||
return this.parent.system.inVault && !this.parent.system.vaultActive;
|
||||
}
|
||||
|
||||
return super.isSuppressed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue