Skip to content

Commit

Permalink
Braces
Browse files Browse the repository at this point in the history
  • Loading branch information
libraryaddict committed Jan 3, 2025
1 parent bcfd55c commit 4151b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ export default class Macro extends StrictMacro {
waffle(island: HolidayIsland): this {
if (args.waffles)
return this.while_(
`hascombatitem waffle && ${island.avoidMonsters
`hascombatitem waffle && (${island.avoidMonsters
.map((m) => `monsterid ${m.id}`)
.join(" || ")}`,
.join(" || ")})`,
Macro.tKey().tearawayPants().item(Item.get("waffle"))
);
else return this;
Expand Down

0 comments on commit 4151b73

Please sign in to comment.