Skip to content

Commit

Permalink
Even better better outfit logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Feb 20, 2024
1 parent 1b90e04 commit 66d9002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/outfit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export function baseOutfit(allowAttackingFamiliars = true): OutfitSpec {
get("_leafMonstersFought", 0) < 5
? $item`tiny rake`
: undefined,
modifier: ` ${primeStat}, 4 ML, 3 ${primeStat} exp, 1.33 exp, 30 ${primeStat} experience percent, 3 familiar exp, -equip tinsel tights, -equip wad of used tape`, //Update to check prime stat
modifier: `1 ${primeStat}, 1 ML, 6 ${primeStat} exp, 30 ${primeStat} experience percent, -equip tinsel tights, -equip wad of used tape`, //Update to check prime stat
avoid: [
...sugarItemsAboutToBreak(),
...(avoidDaylightShavingsHelm() ? [$item`Daylight Shavings Helmet`] : []),
Expand Down

0 comments on commit 66d9002

Please sign in to comment.