Stops utensils from working on mouthless humanoids

This commit is contained in:
Tastyfish
2016-02-16 22:52:56 -05:00
parent 6a099a21a2
commit e27fb5d27f
4 changed files with 14 additions and 3 deletions
+3
View File
@@ -794,3 +794,6 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump,
Stun(stun)
Weaken(weaken)
return 1
/mob/living/carbon/proc/can_eat(flags = 255)
return 1
@@ -1858,3 +1858,6 @@
for(var/obj/item/clothing/C in src) //If they have some clothing equipped that lets them see reagents, they can see reagents
if(C.scan_reagents)
return 1
/mob/living/carbon/human/can_eat(flags = 255)
return species && (species.dietflags & flags)