Update rdconsole.dm

This commit is contained in:
deathride58
2017-11-26 21:34:09 -05:00
committed by GitHub
parent 437c527fd2
commit c9f0f4923f
-8
View File
@@ -148,19 +148,11 @@ won't update every console in existence) but it's more of a hassle to do. Also,
/obj/machinery/computer/rdconsole/emag_act(mob/user)
<<<<<<< HEAD
if(emagged)
return
playsound(src, "sparks", 75, 1)
emagged = TRUE
to_chat(user, "<span class='notice'>You disable the security protocols</span>")
=======
if(!emagged)
to_chat(user, "<span class='notice'>You disable the security protocols</span>")
playsound(src, "sparks", 75, 1)
emagged = TRUE
return ..()
>>>>>>> 1148c49... fixes emagging (#33065)
/obj/machinery/computer/rdconsole/Topic(href, href_list)
if(..())