Skip to content

Commit 104d6cd

Browse files
authored
Update singularity.ts
Fix elevator to account for being in a lookahead sing
1 parent c733954 commit 104d6cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/singularity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3498,7 +3498,7 @@ export const updateSingularityElevator = (): void => {
34983498
singLook = player.singularityCount + lookahead
34993499
}
35003500

3501-
const maxTarget = Math.max(1, player.highestSingularityCount, singLook)
3501+
const maxTarget = Math.max(1, player.highestSingularityCount, singLook, player.singularityCount - 1)
35023502

35033503
const theoreticalLookahead = calculateMaxSingularityLookahead(true)
35043504

0 commit comments

Comments
 (0)