Courtesy @FairPlay137
When leveling up characters via gameplay,, the game will upgrade the same ability more than once if the player managed to level up their character more than once in a single run. Not only that, but there are no checks to see if the ability at abilityIndex is already maxed out, which can and will cause problems with the game.
Courtesy @FairPlay137
When leveling up characters via gameplay,, the game will upgrade the same ability more than once if the player managed to level up their character more than once in a single run. Not only that, but there are no checks to see if the ability at
abilityIndexis already maxed out, which can and will cause problems with the game.