mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Adding missing semicolon
This commit is contained in:
parent
3a61f4b455
commit
3d23643af7
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ export default class DhActiveEffect extends foundry.documents.ActiveEffect {
|
|||
/* Check for item availability such as in the case of subclass advancement. */
|
||||
if (this.parent?.parent?.system?.isItemAvailable) {
|
||||
if (!this.parent.parent.system.isItemAvailable(this.parent)) {
|
||||
this.transfer = false
|
||||
this.transfer = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue