Skip to content

Commit

Permalink
0.4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Sep 6, 2024
1 parent 81dec7c commit 85b89d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MeTMT/js/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ addLayer("u", {
return 0
},
automate() {
if (tmp['u'].buyables[11].canAfford) {
if (tmp['u'].buyables[11].canAfford && hasUpgrade("u", 13)) {
addBuyables('u', 11, 1)
}
},
Expand Down

0 comments on commit 85b89d6

Please sign in to comment.