Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the division by 0 in Chest Mimic tile if the experience gain is zero
If the experience gain is equal to 0 (for instance, by equipping a tiny consolation ribbon without having Testidunal Teachings permed), the Chest Mimic tile still tries to divide the experience needed for the next egg by the experience gain, generating a division by 0 error and crashing the script. Fixed so that if the experience gain is 0 or less, the tile says you cannot get the XP.
- Loading branch information