Merge pull request #14632 from warior4356/camera-borg-fix

Fixes cyborgs and drones being unable to use camera console
This commit is contained in:
AffectedArc07
2020-10-17 08:49:05 +01:00
committed by GitHub
+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()