Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Feb 24, 2024
1 parent 96c80c9 commit 0a5b4c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/effects/feats/heavyArmorMaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ import { baseFeatEffect } from "../specialFeats.js";

export function heavyArmorMasterEffect(document) {
let effect = baseFeatEffect(document, `${document.name}`, { transfer: true });
console.warn("heavyArmorMasterEffect", {
effect,
midi: effectModules().midiQolInstalled,
effectModules,
});
if (effectModules().midiQolInstalled) {
console.warn("here")
effect.changes.push(
{
key: "flags.midi-qol.DR.non-magical",
Expand Down

0 comments on commit 0a5b4c5

Please sign in to comment.