Skip to content

Commit

Permalink
Build: (a660086) account for nc hardcap (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime committed Dec 26, 2024
1 parent 7a0c727 commit 6ba466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/crimbo/crimbo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25355,7 +25355,7 @@ function islandOutfit(fight) {
var phylum = _ref8.phylum;
return phylum === $phylum(_templateObject5512 || (_templateObject5512 = _taggedTemplateLiteral89(["plant"])));
}) && outfit2.equip($item(_templateObject5611 || (_templateObject5611 = _taggedTemplateLiteral89(["tearaway pants"]))));
return outfit2.modifier = ["2 ".concat(island.element, " resistance 40 max"), "-combat"], $familiars(_templateObject5711 || (_templateObject5711 = _taggedTemplateLiteral89(["Peace Turkey, Temporal Riftlet, Reagnimated Gnome"]))) ? outfit2.modifier.push("0.01 Familiar Weight") : outfit2.equip(ifHave("famequip", $item(_templateObject5810 || (_templateObject5810 = _taggedTemplateLiteral89(["tiny stillsuit"]))))), outfit2;
return outfit2.modifier = ["2 ".concat(island.element, " resistance 40 max"), "-combat -35 min"], $familiars(_templateObject5711 || (_templateObject5711 = _taggedTemplateLiteral89(["Peace Turkey, Temporal Riftlet, Reagnimated Gnome"]))) ? outfit2.modifier.push("0.01 Familiar Weight") : outfit2.equip(ifHave("famequip", $item(_templateObject5810 || (_templateObject5810 = _taggedTemplateLiteral89(["tiny stillsuit"]))))), outfit2;
}

// src/tasks/global.ts
Expand Down

0 comments on commit 6ba466e

Please sign in to comment.