1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-03-14 10:01:50 +00:00

Update mod.js

This commit is contained in:
kieran1234567890 2024-12-27 18:37:07 -08:00 committed by GitHub
parent e5fc3fec33
commit c4e55f5c6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ function canGenPoints(){
function getPointGen() {
if(!canGenPoints())
return new Decimal(0)
if (hasUpgrade('p', 11)) gain = gain.times(2)
if (hasUpgrade('p', 11)) gain = gain.times(2)
let gain = new Decimal(1)
return gain
}