Skip to content

Commit

Permalink
i fixed a crucial issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Aug 20, 2024
1 parent c6dda0a commit daab6a5
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 @@ -171,7 +171,7 @@ addLayer("p", {
},
},
passiveGeneration() {
if (hasUpgrade('m',11)) return 1.5
if (hasUpgrade('m', 14)) return 1.5
if (hasUpgrade('r', 15) && player['+'].points.gte(7)) return 0.05
if (hasUpgrade('r', 15)) return 0.1
return 0
Expand Down

0 comments on commit daab6a5

Please sign in to comment.