Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Jan 3, 2024
1 parent 9241574 commit 6edac57
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Reset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,15 +590,6 @@ export const reset = (input: resetNames, fast = false, from = 'unknown') => {
player.antSacrificePoints = 0
player.antSacrificeTimer = 0
player.antSacrificeTimerReal = 0
player.sacrificeTimer = 0
// Ascension early automation timer
if (player.autoSacrificeToggle) {
player.sacrificeTimer = 0.9
}
if (player.autoAntSacrifice && player.autoAntSacrificeMode === 2) {
player.antSacrificeTimer = Math.max(0, player.autoAntSacTimer - 0.1)
player.antSacrificeTimerReal = player.antSacrificeTimer
}

player.antUpgrades[12 - 1] = 0
for (let j = 61; j <= 80; j++) {
Expand Down

0 comments on commit 6edac57

Please sign in to comment.