Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime committed Dec 31, 2024
1 parent 432e5d7 commit d6f3fe9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tasks/island.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import {
AprilingBandHelmet,
AsdonMartin,
CinchoDeMayo,
get,
// getBanishedMonsters,
get, // getBanishedMonsters,
have,
} from "libram";

Expand Down Expand Up @@ -99,7 +98,7 @@ export const ISLAND_QUEST: Quest<CrimboTask> = {
ready: () => AsdonMartin.installed(),
prepare: () => AsdonMartin.fillTo(50),
completed: () => true,
// getBanishedMonsters().has($skill`Asdon Martin: Spring-Loaded Front Bumper`),
// getBanishedMonsters().has($skill`Asdon Martin: Spring-Loaded Front Bumper`),
},
$skill`Asdon Martin: Spring-Loaded Front Bumper`
),
Expand Down

0 comments on commit d6f3fe9

Please sign in to comment.