mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
@@ -167,11 +167,13 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
src.updateUsrDialog()
|
||||
return
|
||||
|
||||
/obj/machinery/computer/rdconsole/emp_act(var/remaining_charges, var/mob/user)
|
||||
/obj/machinery/computer/rdconsole/emp_act(severity)
|
||||
. = ..()
|
||||
|
||||
if(!emagged)
|
||||
playsound(src.loc, 'sound/effects/sparks4.ogg', 75, 1)
|
||||
emagged = 1
|
||||
to_chat(user, "<span class='notice'>You you disable the security protocols.</span>")
|
||||
to_chat(usr, "<span class='notice'>You you disable the security protocols.</span>")
|
||||
return 1
|
||||
|
||||
/obj/machinery/computer/rdconsole/Topic(href, href_list)
|
||||
|
||||
@@ -96,8 +96,9 @@
|
||||
TP.processing_stage = 0
|
||||
|
||||
/obj/machinery/r_n_d/server/emp_act(severity)
|
||||
. = ..()
|
||||
|
||||
griefProtection()
|
||||
..()
|
||||
|
||||
/obj/machinery/r_n_d/server/ex_act(severity)
|
||||
griefProtection()
|
||||
|
||||
Reference in New Issue
Block a user