Skip to content

Commit 0d8149d

Browse files
committed
Fix CheckVariables
1 parent 637582c commit 0d8149d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/CheckVariables.ts

+6
Original file line numberDiff line numberDiff line change
@@ -1666,4 +1666,10 @@ export const checkVariablesOnLoad = (data: PlayerSave) => {
16661666
player.autoCubeUpgradesToggle = false;
16671667
player.autoPlatonicUpgradesToggle = false;
16681668
}
1669+
1670+
if (player.shopUpgrades.calculator7 === undefined) {
1671+
player.shopUpgrades.calculator7 = 0;
1672+
player.shopUpgrades.shopAmbrosiaLuckMultiplier4 = 0;
1673+
player.shopUpgrades.shopOcteractAmbrosiaLuck = 0;
1674+
}
16691675
};

0 commit comments

Comments
 (0)