This commit is contained in:
KalevTait
2022-07-10 14:02:05 +01:00
committed by GitHub
parent 209c12f745
commit 9850d3d840
8 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -352,7 +352,7 @@
/obj/machinery/computer/rdservercontrol/emag_act(user as mob)
if(!emagged)
playsound(src.loc, 'sound/effects/sparks4.ogg', 75, 1)
emagged = 1
emagged = TRUE
to_chat(user, "<span class='notice'>You you disable the security protocols</span>")
src.updateUsrDialog()