Merge pull request #8718 from PsiOmegaDelta/DestroyAllSimpleLife

Fixes #8582.
This commit is contained in:
Chinsky
2015-04-02 23:43:17 +03:00

View File

@@ -81,6 +81,7 @@
if(health < 1)
death()
return
if(health > maxHealth)
health = maxHealth