Fixes borgs and drones being unable to use camera console

This commit is contained in:
warior4356
2020-10-17 00:23:12 -07:00
parent 1be9e97c1e
commit 8b5e72bc51
+5 -2
View File
@@ -163,8 +163,11 @@
tgui_interact(user)
/obj/machinery/computer/security/attack_ai(mob/user)
to_chat(user, "<span class='notice'>You realise its kind of stupid to access a camera console when you have the entire camera network at your metaphorical fingertips</span>")
return
if(isAI(user))
to_chat(user, "<span class='notice'>You realise its kind of stupid to access a camera console when you have the entire camera network at your metaphorical fingertips</span>")
return
tgui_interact(user)
/obj/machinery/computer/security/proc/show_camera_static()