Fix for Camera interaction for Borgs/Drones.

To note - the original change was intentional change on Paradise/Polaris's part.

"You might not have been able to actually view the cameras, but you should have been able to open the interface."
This commit is contained in:
Rykka
2020-07-27 05:28:17 -04:00
parent c4f7aed7f4
commit 0800f05c31
+4 -2
View File
@@ -37,8 +37,10 @@
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
attack_hand(user)
/obj/machinery/computer/security/proc/set_network(list/new_network)
network = new_network