mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix camera computer stealing your eyes
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
/obj/machinery/computer/security/advanced/check_eye(var/mob/user as mob)
|
/obj/machinery/computer/security/advanced/check_eye(var/mob/user as mob)
|
||||||
if (( ( get_dist(user, src) > 1 ) || !( user.canmove ) || ( user.blinded )) && (!istype(user, /mob/living/silicon)))
|
if (( ( get_dist(user, src) > 1 ) || !( user.canmove ) || ( user.blinded )) && (!istype(user, /mob/living/silicon)))
|
||||||
|
if(user.machine == src) user.machine = null
|
||||||
return null
|
return null
|
||||||
if(stat & (NOPOWER|BROKEN)) return null
|
if(stat & (NOPOWER|BROKEN)) return null
|
||||||
user.reset_view(current)
|
user.reset_view(current)
|
||||||
|
|||||||
Reference in New Issue
Block a user