Skip to content

Fixed game crashing when the active creature dies

Fixes #1416 (closed)

the problem was that when a creature dies his health indicator its destroyed(Line 1625 on creature.js) but later on the game tries to update the health of the last creature that move which is the dead creature so the game crashed.

Merge request reports