Event mouse fix

Dead mouse won't grow into rat
This commit is contained in:
Razgriz
2019-02-22 17:32:41 -07:00
committed by GitHub
parent 30da9b755c
commit e25176a319
@@ -150,7 +150,7 @@
. = ..()
if(amount_grown >= 0)
amount_grown += rand(0,2)
if(amount_grown >= 100)
if(amount_grown >= 100&& icon_state != icon_dead)
rat()
return