mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 22:13:50 +00:00
Mice can no longer eat non-players (or ghosted players) (#607)
This commit is contained in:
committed by
Spades
parent
b2be423f78
commit
50eb3cd6ac
@@ -14,6 +14,8 @@
|
||||
|
||||
if (stat != CONSCIOUS)
|
||||
return
|
||||
if (istype(src,/mob/living/simple_animal/mouse) && T.ckey == null)
|
||||
return
|
||||
feed_grabbed_to_self(src,T)
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user