Skip to content

Commit

Permalink
5/4/24 build
Browse files Browse the repository at this point in the history
  • Loading branch information
toilet45 committed May 4, 2024
1 parent fd7fc98 commit 5b0f5a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
23 changes: 11 additions & 12 deletions src/core/storage/migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,16 +718,17 @@ export const migrations = {
3: 0,
4: 0,
5: 0,
},
51.021: player => {
}
},
51.021: player => {
// Player.auto.singCap.multiplier = 0; exm why this still exist--sxy
},
51.022: player => {
player.isHoldingLClick = false;
player.celestials.laitela.holdStart = 0;
player.celestials.laitela.heldTier = 0;
player.celestials.laitela.heldType = "";
},
},
51.022: player => {
player.isHoldingLClick = false;
player.celestials.laitela.holdStart = 0;
player.celestials.laitela.heldTier = 0;
player.celestials.laitela.heldType = "";
},
51.023: player => {
player.celestials.ra.rebuyables = {
weakenTeresaScaling: 0,
Expand Down Expand Up @@ -843,7 +844,6 @@ export const migrations = {
boostCostBumps: 0
}));
},
},
50.034: player =>{
player.dimensions.matter = Array.range(0, 4).map(() => ({
bought: 0,
Expand All @@ -869,8 +869,7 @@ export const migrations = {
},
53: player => {
player.devSave = false;
}
},
},

normalizeTimespans(player) {
player.realTimePlayed *= 100;
Expand Down
1 change: 0 additions & 1 deletion src/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export function gainedInfinityPoints(noSoftcap = false) {
TimeStudy(111)
);
if (Pelle.isDisabled("IPMults")) {
const x = MendingMilestone.one.isReached ? 1e20 : 1;
let x = (MendingMilestone.one.isReached && !Kohler.isRunning) ? 1e20 : 1;
return Decimal.pow10(player.records.thisInfinity.maxAM.log10() / div - 0.75)
.timesEffectsOf(PelleRifts.vacuum)
Expand Down

0 comments on commit 5b0f5a8

Please sign in to comment.