mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Implement fix for mobile
Co-authored-by: HexaVault <44529573+HexaVault@users.noreply.github.com>
This commit is contained in:
parent
ac7ba1a357
commit
b0998a5cc4
@ -100,7 +100,6 @@ export const migrations = {
|
||||
clearInterval(window.uiChoiceModalInterval);
|
||||
}
|
||||
}, 1000);
|
||||
player.infinity = { upgradeBits: 0 };
|
||||
|
||||
migrations.normalizeTimespans(player);
|
||||
migrations.convertAutobuyerMode(player);
|
||||
@ -422,7 +421,7 @@ export const migrations = {
|
||||
if (player.celestials.pelle.doomed) player.dilation.rebuyables[3] = 0;
|
||||
},
|
||||
26: player => {
|
||||
delete player.infinity.upgradeBits;
|
||||
if (!!player.infinity?.upgradeBits) delete player.infinity.upgradeBits;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user