mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Merge pull request #14632 from warior4356/camera-borg-fix
Fixes cyborgs and drones being unable to use camera console
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user