diff --git a/code/game/machinery/computer/camera.dm b/code/game/machinery/computer/camera.dm
index dc109ba5da0..97d68e190a1 100644
--- a/code/game/machinery/computer/camera.dm
+++ b/code/game/machinery/computer/camera.dm
@@ -37,8 +37,10 @@
tgui_interact(user)
/obj/machinery/computer/security/attack_ai(mob/user)
- to_chat(user, "You realise its kind of stupid to access a camera console when you have the entire camera network at your metaphorical fingertips.")
- return
+ if(isAI(user))
+ to_chat(user, "You realise its kind of stupid to access a camera console when you have the entire camera network at your metaphorical fingertips")
+ return
+ attack_hand(user)
/obj/machinery/computer/security/proc/set_network(list/new_network)
network = new_network