Skip to content

Commit

Permalink
Build: (1c6182c) 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 committed Dec 24, 2024
1 parent 123333b commit 9830c2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/crimbo/crimbo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25615,6 +25615,9 @@ var ISLAND_QUEST = {
ready: function() {
return AsdonMartin_exports.installed();
},
prepare: function() {
return AsdonMartin_exports.fillTo(50);
},
completed: function() {
return getBanishedMonsters().has($skill(_templateObject1038 || (_templateObject1038 = _taggedTemplateLiteral90(["Asdon Martin: Spring-Loaded Front Bumper"]))));
}
Expand Down

0 comments on commit 9830c2c

Please sign in to comment.