Skip to content

Commit

Permalink
isOwner came back...again
Browse files Browse the repository at this point in the history
  • Loading branch information
etiquettestartshere committed May 13, 2024
1 parent 2f2e455 commit d86f151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/damage-application.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export default class EffectiveDAE extends dnd5e.applications.components.DamageAp
/** @override */
buildTargetListEntry(uuid) {
const token = fromUuidSync(uuid);
if (!token?.isOwner) return;

const targetOptions = this.getTargetOptions(uuid);
const { total, active } = this.calculateDamage(token, targetOptions);
Expand Down

0 comments on commit d86f151

Please sign in to comment.