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
@@ -67,7 +67,7 @@
if(1)
to_chat(usr, "<span class='warning'>Invalid shuttle requested.</span>")
else
to_chat(usr, "<span class='notice'>Unable to comply.</span>")
to_chat(usr, "<span class='warning'>Unable to comply.</span>")
/obj/machinery/computer/shuttle/emag_act(mob/user)
if(obj_flags & EMAGGED)