Adds can_feed proc

This commit is contained in:
atermonera
2022-01-04 18:46:32 -08:00
parent 8b5a4a3ab5
commit e3ded3f321
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