Merge pull request #6826 from Citadel-Station-13/upstream-merge-37935

[MIRROR] Fix formatting when emagging an R&D console
This commit is contained in:
deathride58
2018-05-22 02:29:38 +00:00
committed by GitHub
+1 -1
View File
@@ -193,7 +193,7 @@ doesn't have toxins access.
/obj/machinery/computer/rdconsole/emag_act(mob/user)
if(!(obj_flags & EMAGGED))
to_chat(user, "<span class='notice'>You disable the security protocols[locked? " and unlock the console.":""].</span>")
to_chat(user, "<span class='notice'>You disable the security protocols[locked? " and unlock the console":""].</span>")
playsound(src, "sparks", 75, 1)
obj_flags |= EMAGGED
locked = FALSE