Skip to content

Commit

Permalink
Make 0.9 multiplier for Quarks on the basis of Singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudonian committed Jan 6, 2025
1 parent fd1bd40 commit 8e028a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ export const singularity = async (setSingNumber = -1): Promise<void> => {
player.worlds.reset()
hold.worlds = Number(hold.worlds)
} else {
hold.worlds = Number(player.worlds)
hold.worlds = Number(player.worlds) * 0.9
}

// Exclude potentially non-latin1 characters from the save
Expand Down

0 comments on commit 8e028a9

Please sign in to comment.