Skip to content

Commit

Permalink
Update when autoscend turbo is reset to false from start of ascension…
Browse files Browse the repository at this point in the history
… to end
  • Loading branch information
dsimich committed Nov 11, 2024
1 parent df95d5a commit 38c8240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion RELEASE/scripts/autoscend.ash
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ void initializeSettings() {
remove_property("auto_saveSausage");
remove_property("auto_saveVintage");
set_property("auto_dontUseCookBookBat", false);
set_property("auto_turbo", "false");
set_property("auto_dietpills", 0);
beehiveConsider();

Expand Down
5 changes: 5 additions & 0 deletions RELEASE/scripts/autoscend/quests/level_13.ash
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,11 @@ boolean L13_towerNSFinal()
remove_property("auto_disregardInstantKarmaBackup");
}
if(auto_turbo())
{
set_property("auto_turbo", "false");
}
if(get_property("auto_stayInRun").to_boolean())
{
Expand Down

0 comments on commit 38c8240

Please sign in to comment.