Radio access update

This commit is contained in:
Markolie
2015-09-04 19:29:56 +02:00
parent 21da0bbf24
commit 26d0ad3071
11 changed files with 37 additions and 33 deletions
+2 -2
View File
@@ -836,8 +836,8 @@
return wires.IsIndexCut(wireIndex)
/obj/machinery/power/apc/proc/can_use(mob/user as mob, var/loud = 0) //used by attack_hand() and Topic()
if(isobserver(user) && check_rights(R_ADMIN, 0, user))
/obj/machinery/power/apc/proc/can_use(var/mob/user, var/loud = 0) //used by attack_hand() and Topic()
if(user.can_admin_interact())
return 1
autoflag = 5