mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Merge pull request #9044 from VOREStation/upstream-merge-7662
[MIRROR] Allows non-shell borgs to use static camera consoles.
This commit is contained in:
@@ -36,6 +36,13 @@
|
||||
return
|
||||
tgui_interact(user)
|
||||
|
||||
/obj/machinery/computer/security/attack_robot(mob/user)
|
||||
if(isrobot(user))
|
||||
var/mob/living/silicon/robot/R = user
|
||||
if(!R.shell)
|
||||
return attack_hand(user)
|
||||
..()
|
||||
|
||||
/obj/machinery/computer/security/attack_ai(mob/user)
|
||||
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>")
|
||||
|
||||
Reference in New Issue
Block a user