stop cyborg from interacting with objects out of their FoV, lil camera console fix

This commit is contained in:
Ghommie
2019-10-27 11:55:11 +01:00
parent b9bf7b726d
commit 29777f25e5
2 changed files with 17 additions and 39 deletions
@@ -942,7 +942,7 @@
if(be_close && !in_range(M, src))
to_chat(src, "<span class='warning'>You are too far away!</span>")
return FALSE
return TRUE
return can_see(M) //stop cyborgs from using things they have lost vision of.
/mob/living/silicon/robot/updatehealth()
..()