rid of old span macros

This commit is contained in:
Kashargul
2024-10-01 23:51:48 +02:00
parent ded60639bc
commit e0d694e8ac
205 changed files with 862 additions and 868 deletions
+2 -2
View File
@@ -230,7 +230,7 @@
to_chat(user, "<span class='notice'>You changed the drill ID to: [newtag]</span>")
else
name = "[initial(name)]"
to_chat(user, SPAN_NOTICE("You removed the drill's ID and any extraneous labels."))
to_chat(user, span_notice("You removed the drill's ID and any extraneous labels."))
return
if(default_deconstruction_screwdriver(user, O))
return
@@ -421,7 +421,7 @@
/obj/machinery/mining/brace/examine(mob/user)
. = ..()
if(brace_tier >= 3)
. += SPAN_NOTICE("The internals of the brace look resilient enough to support a drill by itself.")
. += span_notice("The internals of the brace look resilient enough to support a drill by itself.")
/obj/machinery/mining/brace/Initialize()
. = ..()