Support 2.052 (#1153)

* Support 2.052

Support new upgrades and achievements in 2.052:
- Fortune #020
- Kitten strategists
- Septcentennial (Have 700 of everything)
- Oft we mar what's well (700 upgrades)
- Undecillion fingers
- 900 and 1000 cursors
- Omniplast mouse

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Stefan Ravn van Overeem
2023-05-07 13:19:49 +02:00
committed by GitHub
parent 78f62affc5
commit 8d89f23c35
11 changed files with 14 additions and 5 deletions

View File

@@ -28,6 +28,8 @@ export default function BuyBuildingsBonusIncome(building, amount) {
if (me.amount >= 600) SimWin('With her finger and her thumb');
if (me.amount >= 700) SimWin('Gotta hand it to you');
if (me.amount >= 800) SimWin("The devil's workshop");
if (me.amount >= 900) SimWin('All on deck');
if (me.amount >= 1000) SimWin('A round of applause');
} else {
Object.keys(Game.Objects[me.name].tieredAchievs).forEach((j) => {
if (me.amount >= Game.Tiers[Game.Objects[me.name].tieredAchievs[j].tier].achievUnlock) {