Skip to content

Commit

Permalink
vscode lying to me
Browse files Browse the repository at this point in the history
  • Loading branch information
etiquettestartshere committed May 13, 2024
1 parent 77f3f39 commit 6cd79e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/damage-application.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ 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 6cd79e1

Please sign in to comment.