Add migration for cel7 repeatable change

This commit is contained in:
Christopher Yip 2024-05-02 14:40:33 +01:00 committed by cyip92
parent 4b037b95b1
commit fc688a532f

View File

@ -416,6 +416,9 @@ export const migrations = {
if ((player.achievementBits[13] & 32) !== 0 && !player.reality.perks.has(107)) {
player.reality.perks.add(107);
}
// 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;
}
},