I need to fix the camera bug later... thing has been borked for one year.

This commit is contained in:
Ghommie
2019-10-27 12:18:49 +01:00
parent 29777f25e5
commit 9608b437b4
2 changed files with 3 additions and 3 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 can_see(M) //stop cyborgs from using things they have lost vision of.
return TRUE
/mob/living/silicon/robot/updatehealth()
..()