bug: prestige ineligibility message always shows 1,000,000 gold target regardless of actual threshold #219

Closed
opened 2026-04-02 09:41:02 -07:00 by hikari · 0 comments
Owner

Description

When a player clicks the Ascend button but is not yet eligible to prestige, the error message always reads:

"Not eligible for prestige — collect 1,000,000 total gold first"

This value (1,000,000) appears to be hardcoded rather than dynamically reading the player's actual current prestige threshold, which scales higher with each prestige.

Steps to Reproduce

  1. Be at Prestige 2 or higher (where the gold threshold is above 1,000,000)
  2. Click the Ascend button before meeting the gold requirement
  3. Observe the error message — it will always reference 1,000,000 regardless of the actual target

Expected Behaviour

The ineligibility message should dynamically display the player's actual current prestige gold threshold (e.g. "collect 464,098M total gold first").

Reported By

  • ilenia

This issue was created with help from Hikari~ 🌸

## Description When a player clicks the Ascend button but is not yet eligible to prestige, the error message always reads: > "Not eligible for prestige — collect 1,000,000 total gold first" This value (1,000,000) appears to be hardcoded rather than dynamically reading the player's actual current prestige threshold, which scales higher with each prestige. ## Steps to Reproduce 1. Be at Prestige 2 or higher (where the gold threshold is above 1,000,000) 2. Click the Ascend button before meeting the gold requirement 3. Observe the error message — it will always reference 1,000,000 regardless of the actual target ## Expected Behaviour The ineligibility message should dynamically display the player's actual current prestige gold threshold (e.g. "collect 464,098M total gold first"). ## Reported By - ilenia ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-04-06 18:17:01 -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#219