mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 20:46:29 +01:00
Event mouse fix
Dead mouse won't grow into rat
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user