Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aeauseth committed Dec 20, 2024
1 parent 423dac7 commit 55ee98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/item/item-attack.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@ async function _onApplyAdjustmentToSpecificToken(adjustmentItem, token, damageDe

// AID
const enhancementChatMessages = [];
const enhancementTargetActor = adjustmentItem.system.XMLID === "TRANSFER" ? adjustmentItem.actor : token.actor;
//const enhancementTargetActor = adjustmentItem.system.XMLID === "TRANSFER" ? adjustmentItem.actor : token.actor;
for (const enhance of enhancesArray) {
const simplifiedHealing = adjustmentItem.system.XMLID === "HEALING" && enhance.match(/simplified/i);

Expand Down
2 changes: 1 addition & 1 deletion module/utility/adjustment.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { HEROSYS } from "../herosystem6e.mjs";
import { getPowerInfo, hdcTimeOptionIdToSeconds, getCharacteristicInfoArrayForActor } from "./util.mjs";
import { getPowerInfo, hdcTimeOptionIdToSeconds } from "./util.mjs";
import { RoundFavorPlayerUp } from "./round.mjs";

/**
Expand Down

0 comments on commit 55ee98a

Please sign in to comment.