Corrected to logical or

This commit is contained in:
WBHarry 2026-02-01 19:30:49 +01:00
parent 83f0944a20
commit b86d37d3bd

View file

@ -154,8 +154,8 @@ export function ActionMixin(Base) {
get uuid() { get uuid() {
if ( if (
!( !(
(this.item instanceof game.system.api.documents.DHItem) | this.item instanceof game.system.api.documents.DHItem ||
(this.item instanceof game.system.api.documents.DhpActor) this.item instanceof game.system.api.documents.DhpActor
) )
) )
return null; return null;