Skip to content

Commit

Permalink
try to fix record set updating (failed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sxy6214 committed Feb 7, 2024
1 parent 53b14db commit 1020003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/mending.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function mendingReset() {
CorruptionData.isCorrupted = false; //wtf what a chaos logic;
if(!(Pelle.isDoomed&&player.celestials.pelle.records.totalAntimatter.plus(1).log10() < 9e15)){
let scoreCalc = CorruptionData.calcScore()
player.mending.corruptionChallenge.corruptedMend = false;
// console.log(corruptionChallengeScoreCalculation())
if (CorruptionData.corruptionChallenge.recordScore < scoreCalc) {
player.mending.corruptionChallenge.records = player.mending.corruption
Expand Down

0 comments on commit 1020003

Please sign in to comment.