mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 14:16:30 +01:00
Merge pull request #8326 from Atermonera/borg_bucket_drinks
You can't feed drinks to borgs
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