Skip to content

Commit

Permalink
Merge branch 'main' into reagent_potions
Browse files Browse the repository at this point in the history
  • Loading branch information
HippoKingKoL authored Jan 24, 2025
2 parents 776083b + f639a9a commit 1882e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE/scripts/autoscend/iotms/mr2019.ash
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ int auto_beachCombFreeUsesLeft(){
boolean auto_beachUseFreeCombs() {
int freeCombs = auto_beachCombFreeUsesLeft();
if(my_adventures() == 0) { return false; }
if(freeCombs <= 0) { return false; }
cli_execute(`combo {freeCombs}`);
return true;
Expand Down

0 comments on commit 1882e6b

Please sign in to comment.