Skip to content

Commit

Permalink
Merge pull request #22 from loathers/fuel-check
Browse files Browse the repository at this point in the history
refill asdon before bumping
  • Loading branch information
horrible-little-slime authored Dec 24, 2024
2 parents d81bb86 + 2040841 commit 1c6182c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/island.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const ISLAND_QUEST: Quest<CrimboTask> = {
freeRunTask(
{
ready: () => AsdonMartin.installed(),
prepare: () => AsdonMartin.fillTo(50),
completed: () =>
getBanishedMonsters().has($skill`Asdon Martin: Spring-Loaded Front Bumper`),
},
Expand Down

0 comments on commit 1c6182c

Please sign in to comment.