When worshipping Taurog and piety drops below 0 (by using magic), the player's health halves. When repeating this, the player's health can eventually drop to 1. If the player does this one more time when he has 1 health, the game immediately crashes with the following error message:
- Code: Select all
ERROR in
action number 1
of Step Event
for object Hero:
Error in code at line 210:
if (hp/max_hp<0.2) global.accolade[A_TANK]=0;
at position 9: Division by 0.
I thought this bug was funny. Division by 0 is so classic. The line of code shown seems to remove the TANK award from the player's awards.