#Can't click platonic statues or platonic upgrades tabs

3 messages · Page 1 of 1 (latest)

pallid kindle
#

When I try to click either tab (I'm in EX2x25 if that's relevant) it takes me to the cube upgrades and cube tributes.

pallid kindle
#

Yea it seems to be just in the exalt

crystal rain
#

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.

GitHub

Contribute to Pseudo-Corp/SynergismOfficial development by creating an account on GitHub.