Skip to content

Commit

Permalink
smut orc logging camp has a superlikely (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiverwarp authored Oct 1, 2024
1 parent 2b541ed commit 6b2b0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/garbo-lib/src/wanderer/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function canWanderTypeFreeFight(location: Location): boolean {
);
}

const wandererSkiplist = $locations`The Batrat and Ratbat Burrow, Guano Junction, The Beanbat Chamber, A-Boo Peak, The Mouldering Mansion, The Rogue Windmill, The Stately Pleasure Dome, Pandamonium Slums`;
const wandererSkiplist = $locations`The Smut Orc Logging Camp, The Batrat and Ratbat Burrow, Guano Junction, The Beanbat Chamber, A-Boo Peak, The Mouldering Mansion, The Rogue Windmill, The Stately Pleasure Dome, Pandamonium Slums`;
function canWanderTypeWander(location: Location): boolean {
return !wandererSkiplist.includes(location) && location.wanderers;
}
Expand Down

0 comments on commit 6b2b0d4

Please sign in to comment.