EMP Refactor & Multi Z-level EMPs (#17781)

* sdfasf

* sdfas

* dsf
This commit is contained in:
Fluffy
2023-12-04 19:37:49 +00:00
committed by GitHub
parent 8f1a282756
commit d8d063edc6
143 changed files with 744 additions and 272 deletions
+4 -2
View File
@@ -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)
+2 -1
View File
@@ -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()