The Great Spanning (#9320)

This PR get rid of all (most of) the span("thing", spans and replaces them with the SPAN_THING( variant, which has gained more popularity recently.
This commit is contained in:
Geeves
2020-07-12 15:53:28 +03:00
committed by GitHub
parent 29cfd74770
commit 33ad8096fb
260 changed files with 1527 additions and 1525 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
if (issilicon(M) && alert(usr, "Synth detected. Would you like to run rename silicon verb automatically?",, "Yes", "No") == "Yes")
var/mob/living/silicon/S = M
S.SetName(new_name)
to_chat(usr, span("notice", "Silicon properly renamed."))
to_chat(usr, SPAN_NOTICE("Silicon properly renamed."))
href_list["datumrefresh"] = href_list["rename"]
@@ -466,7 +466,7 @@
to_chat(usr, "This can only be done on mobs with clients")
return
to_chat(usr, span("alert", "This command is temporarily disabled."))
to_chat(usr, SPAN_ALERT("This command is temporarily disabled."))
//SSnanoui.send_resources(H.client)
//to_chat(usr, "Resource files sent")