Stats tab Pact Status "Unlocked Mana Types" missing Earth element #339
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?
Closed as duplicate of #338. Originally reported as signed pacts persistence (false positive — code correctly resets them). Repurposed to track Stats tab "Unlocked Mana Types" missing Earth element, which is the same root cause as #338 (localStorage/UI desync).
[High] [Bug] Signed pacts persist through prestige loop reset (should be cleared)to Stats tab Pact Status "Unlocked Mana Types" missing Earth elementCorrection: The original report about signed pacts persisting through loops was a false positive —
resetPrestigeForNewLoopinprestigeStore.tscorrectly resetssignedPacts: []. The localStorage snapshot was taken BEFORE clicking "Begin New Loop", not after. The actual bug is that the Stats tab "Unlocked Mana Types" list in the Pact Status section is missing the Earth element.This issue was originally about signed pacts persistence (which turned out to be false — the code correctly resets them). The issue has been repurposed to track the Stats tab "Unlocked Mana Types" missing Earth element, which is caused by the same localStorage/UI desync as #338. Closing as duplicate of #338.