Skip to content

Commit

Permalink
Update maps.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorn192 authored Apr 28, 2023
1 parent 3a68e56 commit a3e0aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ function autoMap() {
break;
}
if (!runningC2) {
if (theMap.name == 'The Prison' && (challengeActive("Electricty") || game.global.challengeActive == "Mapocalypse")) {
if (theMap.name == 'The Prison' && (challengeActive("Electricity") || game.global.challengeActive == "Mapocalypse")) {
var theMapDifficulty = Math.ceil(theMap.difficulty / 2);
if (game.global.world < 80 + theMapDifficulty) continue;
selectedMap = theMap.id;
Expand Down

0 comments on commit a3e0aad

Please sign in to comment.