Adds can_feed proc

This commit is contained in:
atermonera
2021-10-07 16:39:04 -08:00
parent 0f8ea9dc82
commit b9e63e8b18
3 changed files with 24 additions and 30 deletions
@@ -417,3 +417,6 @@
/mob/living/silicon/has_vision()
return 0 //NOT REAL EYES
/mob/living/silicon/can_feed()
return FALSE
+3
View File
@@ -685,3 +685,6 @@ var/global/image/backplane
return
item.screen_loc = screen_place
/mob/proc/can_feed()
return TRUE