bug: Autonomous Ascension does not trigger even with game open #216

Closed
opened 2026-04-02 09:39:49 -07:00 by hikari · 1 comment
Owner

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

  1. Purchase the Autonomous Ascension upgrade
  2. Play the game with the browser/tab open and active
  3. Meet the prestige eligibility requirements
  4. Observe that Autonomous Ascension does not trigger an automatic prestige (or triggers inconsistently)

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

  • ilenia
  • J I M

This issue was created with help from Hikari~ 🌸

## 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 1. Purchase the Autonomous Ascension upgrade 2. Play the game with the browser/tab open and active 3. Meet the prestige eligibility requirements 4. Observe that Autonomous Ascension does not trigger an automatic prestige (or triggers inconsistently) ## 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 - ilenia - J I M ✨ This issue was created with help from Hikari~ 🌸
Author
Owner

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.

**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.
naomi closed this issue 2026-04-06 18:17:03 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#216