Merge pull request #436 from Razgriz1032/Razgriz1032-event-mouse-fix

Razgriz1032 event mouse fix
This commit is contained in:
Vollybally
2019-02-23 00:38:55 -05:00
committed by GitHub
@@ -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