mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Merge pull request #47052 from kingofkosmos/misc_span_fixes1
Misc span fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user