mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user