Skip to content

Commit 85b89d6

Browse files
committed
0.4.0.4
1 parent 81dec7c commit 85b89d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MeTMT/js/layers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ addLayer("u", {
658658
return 0
659659
},
660660
automate() {
661-
if (tmp['u'].buyables[11].canAfford) {
661+
if (tmp['u'].buyables[11].canAfford && hasUpgrade("u", 13)) {
662662
addBuyables('u', 11, 1)
663663
}
664664
},

0 commit comments

Comments
 (0)