#Can't click platonic statues or platonic upgrades tabs
3 messages · Page 1 of 1 (latest)
Yea it seems to be just in the exalt
The bug is where this whole bunch of checks are located: https://github.com/Pseudo-Corp/SynergismOfficial/blob/5cf9604e08f8d3901258631f86dcb4b4fba10392/src/Synergism.ts#L4148
It seems to check the conditions for the cube type availability when you complete C11-C14. However, the check happens before the highestChallengeCompletions are incremented, so it does not take into account the current one. In Exalt 2, after you complete C14, you won't have any need to enter any of those challenges again, so the platonics unlock is never set to true and the tabs are skipped.
Either the check should be moved after the highestChallengeCompletions are incremented or the tabs should use the achievement value instead.
As a workaround if you encounter the same problem: enter any of C11-C14 then exit it.