generated from nhcarrigan/template
bug: Autonomous Ascension does not trigger even with game open #216
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The Autonomous Ascension prestige upgrade does not automatically trigger a prestige even when the player meets the eligibility requirements and has the game open and active. Behaviour is also reported as inconsistent — sometimes it fires, sometimes it does not. This rules out any offline-processing limitation and points to a bug in the in-game ascension check.
Steps to Reproduce
Expected Behaviour
Once purchased, Autonomous Ascension should automatically and consistently prestige the player when they meet the eligibility requirements, regardless of whether the game is open or closed.
Reported By
✨ This issue was created with help from Hikari~ 🌸
Merging #207 into this issue.
Additional specific case from #207: Autonomous Ascension also fails to trigger on page load when the player reloads the page while already eligible to ascend. The check appears to only be evaluated during the tick cycle after the threshold is reached mid-session, not during game initialisation. The fix should ensure the auto-ascension check runs both on init and in the tick.