mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
Merge pull request #436 from Razgriz1032/Razgriz1032-event-mouse-fix
Razgriz1032 event mouse fix
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