Skip to content

Commit

Permalink
this seems to work? (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime authored Dec 27, 2024
1 parent a660086 commit cfb114e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/outfit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,10 @@ export function islandOutfit(
}
}

outfit.modifier = [`2 ${island.element} resistance 40 max`, "-combat -35 min"];
outfit.modifier = [`200 ${island.element} resistance 40 max`, "-100 combat -35 min", "-tie"];

if ($familiars`Peace Turkey, Temporal Riftlet, Reagnimated Gnome` as (Familiar | undefined)[]) {
outfit.modifier.push("0.01 Familiar Weight");
outfit.modifier.push("1 Familiar Weight");
} else {
outfit.equip(ifHave("famequip", $item`tiny stillsuit`));
}
Expand Down

0 comments on commit cfb114e

Please sign in to comment.