Skip to content

Commit

Permalink
ChallS2 get battle upgrade if void max helium is set
Browse files Browse the repository at this point in the history
(cherry picked from commit ee35203)
  • Loading branch information
genbtc committed Mar 26, 2018
1 parent db4c3b2 commit 1ee6607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/other.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function autoGoldenUpgradesAT(setting) {
var goldZone = getPageSetting('goldZone');
setting = (game.global.world <= goldZone || noBat) ? "Helium" : "Battle";
} else if (goldStrat == "Max then Helium") {
setting = "Helium";
setting = (challSQ) ? "Battle" : "Helium";
} else
setting = (challSQ) ? "Battle" : "Helium";
buyGoldenUpgrade(setting);
Expand Down

0 comments on commit 1ee6607

Please sign in to comment.