mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Corrected to logical or
This commit is contained in:
parent
83f0944a20
commit
b86d37d3bd
1 changed files with 2 additions and 2 deletions
|
|
@ -154,8 +154,8 @@ export function ActionMixin(Base) {
|
|||
get uuid() {
|
||||
if (
|
||||
!(
|
||||
(this.item instanceof game.system.api.documents.DHItem) |
|
||||
(this.item instanceof game.system.api.documents.DhpActor)
|
||||
this.item instanceof game.system.api.documents.DHItem ||
|
||||
this.item instanceof game.system.api.documents.DhpActor
|
||||
)
|
||||
)
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue