Mice can no longer eat non-players (or ghosted players) (#607)

This commit is contained in:
Eearslya Sleiarion
2016-09-30 23:24:42 -07:00
committed by Spades
parent b2be423f78
commit 50eb3cd6ac

View File

@@ -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)
//