Skip to content

Commit da907ad

Browse files
authored
Merge pull request #745 from kimihiro64/sing-elevator-fix
Allow elevator to drop down from lookahead sing - Update singularity.ts
2 parents c733954 + 104d6cd commit da907ad

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)