mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
Adds can_feed proc
This commit is contained in:
@@ -417,3 +417,6 @@
|
||||
|
||||
/mob/living/silicon/has_vision()
|
||||
return 0 //NOT REAL EYES
|
||||
|
||||
/mob/living/silicon/can_feed()
|
||||
return FALSE
|
||||
@@ -685,3 +685,6 @@ var/global/image/backplane
|
||||
return
|
||||
|
||||
item.screen_loc = screen_place
|
||||
|
||||
/mob/proc/can_feed()
|
||||
return TRUE
|
||||
Reference in New Issue
Block a user