Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aeauseth committed Nov 19, 2024
1 parent ad60c42 commit 79e9e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/item/item.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { HeroRoller } from "../utility/dice.mjs";
import { HeroSystem6eActorActiveEffects } from "../actor/actor-active-effects.mjs";
import { Attack } from "../utility/attack.mjs";
import { activateSpecialVision, removeSpecialVisions } from "../utility/vision.mjs";
import { getActorDefensesVsAttack, getItemDefenseVsAttack } from "../utility/defense.mjs";
import { getItemDefenseVsAttack } from "../utility/defense.mjs";
import { overrideCanAct } from "../settings/settings-helpers.mjs";

export function initializeItemHandlebarsHelpers() {
Expand Down

0 comments on commit 79e9e95

Please sign in to comment.