mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
remove static chat colour tags
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user