Added VaultActive and LoadoutIgnore

This commit is contained in:
WBHarry 2026-01-11 11:03:06 +01:00
parent 0b343c9f52
commit 7429369212
19 changed files with 62 additions and 39 deletions

View file

@ -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;