mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Will be moved to another PR
This commit is contained in:
parent
02b2912b8a
commit
fc996b827e
@ -52,6 +52,9 @@ window.player = {
|
||||
requirementBits: 0,
|
||||
}
|
||||
},
|
||||
infinity: {
|
||||
upgradeBits: 0
|
||||
},
|
||||
auto: {
|
||||
autobuyersOn: true,
|
||||
disableContinuum: false,
|
||||
@ -356,7 +359,7 @@ window.player = {
|
||||
previousRuns: {}
|
||||
},
|
||||
IPMultPurchases: 0,
|
||||
version: 26,
|
||||
version: 25,
|
||||
infinityPower: DC.D1,
|
||||
postC4Tier: 0,
|
||||
eternityPoints: DC.D0,
|
||||
|
@ -419,9 +419,6 @@ export const migrations = {
|
||||
|
||||
// This update has a rebalance that assumes the 3rd dilation repeatable is unpurchasable in cel7
|
||||
if (player.celestials.pelle.doomed) player.dilation.rebuyables[3] = 0;
|
||||
},
|
||||
26: player => {
|
||||
delete player.infinity?.upgradeBits;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user