Skip to content

Commit

Permalink
Addressed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimich committed Nov 19, 2024
1 parent 38c8240 commit 913da3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions RELEASE/scripts/autoscend/iotms/mr2023.ash
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,7 @@ void auto_buyFrom2002MrStore()
return;
}
auto_log_debug("Have " + remainingCatalogCredits() + " credit(s) to buy from Mr. Store 2002. Let's spend them!");
/*// meat butler on day 1 of run
item itemConsidering = $item[meat butler];
if(have_campground() && remainingCatalogCredits() > 0 && my_daycount() == 1 && !haveCampgroundMaid() && auto_is_valid(itemConsidering))
{
buy($coinmaster[Mr. Store 2002], 1, itemConsidering);
use(itemConsidering);
}*/

// manual of secret door detection. skill: Secret door awareness
item itemConsidering = $item[manual of secret door detection];
if(can_read_skillbook(itemConsidering) && remainingCatalogCredits() > 0 && !auto_have_skill($skill[Secret door awareness]) && auto_is_valid(itemConsidering))
Expand Down
1 change: 0 additions & 1 deletion RELEASE/scripts/autoscend/paths/avant_guard.ash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ void ag_initializeSettings()
// No I don't care about that guy who never binds familiars for <reasons>. He can write & maintain his own ascension script.
visit_url("inv_familiar.php?pwd=&which=3&whichitem=11631");
}
//set_property("auto_100familiar", "Burly Bodyguard");
set_property("auto_skipUnlockGuild", true);
set_property("auto_nonAdvLoc", false);
if(auto_turbo())
Expand Down

0 comments on commit 913da3d

Please sign in to comment.