Merge pull request #47052 from kingofkosmos/misc_span_fixes1

Misc span fixes
This commit is contained in:
81Denton
2019-10-20 18:46:54 +02:00
committed by GitHub
249 changed files with 654 additions and 664 deletions
+1 -1
View File
@@ -255,7 +255,7 @@
/obj/machinery/power/emitter/welder_act(mob/living/user, obj/item/I)
. = ..()
if(active)
to_chat(user, "Turn \the [src] off first.")
to_chat(user, "<span class='warning'>Turn \the [src] off first!</span>")
return TRUE
switch(state)