remove static chat colour tags

This commit is contained in:
Kashargul
2024-01-21 12:34:53 +01:00
parent 956acefc4d
commit e4b62dfa35
242 changed files with 1178 additions and 996 deletions
+1 -1
View File
@@ -415,7 +415,7 @@
qdel(src)
else
to_chat(user, "<font color='red'>You must hold \the [P] steady to burn \the [src].</font>")
to_chat(user, span_red("You must hold \the [P] steady to burn \the [src]."))
/obj/item/weapon/paper/Topic(href, href_list)
+2 -2
View File
@@ -94,7 +94,7 @@
qdel(src)
else
to_chat(user, "<font color='red'>You must hold \the [P] steady to burn \the [src].</font>")
to_chat(user, span_red("You must hold \the [P] steady to burn \the [src]."))
/obj/item/weapon/paper_bundle/examine(mob/user)
. = ..()
@@ -243,4 +243,4 @@
if(photo)
desc += "\nThere is a photo attached to it."
add_overlay(image('icons/obj/bureaucracy.dmi', "clip"))
return
return
+1 -1
View File
@@ -230,7 +230,7 @@
toner--
if(toner == 0)
playsound(src, "sound/machines/buzz-sigh.ogg", 100)
visible_message("<span class='notice'>A red light on \the [src] flashes, indicating that it is out of toner.</span>")
visible_message("<span class='notice'>A [span_red("red")] light on \the [src] flashes, indicating that it is out of toner.</span>")
return c