generated from nhcarrigan/template
bug: companion unlocks do not fire reliably on game events — require page refresh, leaderboard visit, or prestige to trigger #224
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
Companions do not reliably unlock when a player meets the unlock condition. Instead, the unlock check appears to run on page load rather than being triggered by the relevant game events. Players have discovered three workarounds that force the unlock to fire:
In some cases, workarounds 1 and 2 are not sufficient and a prestige is required.
Root Cause (suspected)
The companion unlock check likely runs on page initialisation but is not wired into the game event handlers that should trigger it (e.g. prestige events, adventurer count changes, quest completions). A refresh or navigation forces a re-evaluation of unlock conditions, which is why those workarounds succeed.
This is likely the same underlying issue as #214 (Sera unlock).
Expected Behaviour
Companions should unlock immediately and automatically when their unlock conditions are met, without requiring any manual intervention.
Reported By
✨ This issue was created with help from Hikari~ 🌸