We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am finding that since acquiring Saturnav, creating glass monuments will cause my maps to decrease in number by one, instead of increasing.
The text was updated successfully, but these errors were encountered:
Saturnav does this: this.power = Math.floor((Molpy.groupBadgeCounts.monumg + Math.pow(8,(Molpy.groupBadgeCounts.diamm ||0)) +1 - Molpy.mapMonumg)/3);
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.
Sorry, something went wrong.
No branches or pull requests
I am finding that since acquiring Saturnav, creating glass monuments will cause my maps to decrease in number by one, instead of increasing.
The text was updated successfully, but these errors were encountered: