eternaldensity / Sandcastle-Builder

xkcd: 1190: Time: The Game
Other
79 stars 65 forks source link

Saturnav causing maps to decrease. #1478

Open schmendrikc opened 7 years ago

schmendrikc commented 7 years ago

I am finding that since acquiring Saturnav, creating glass monuments will cause my maps to decrease in number by one, instead of increasing.

eternaldensity commented 7 years ago

Saturnav does this: this.power = Math.floor((Molpy.groupBadgeCounts.monumg + Math.pow(8,(Molpy.groupBadgeCounts.diamm ||0)) +1 - Molpy.mapMonumg)/3);

TBH I don't know why that is or what it's mean to achieve. Can anyone explain this? Molpy.mapMonumg seems to be a constant of 200.