mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
remove static chat colour tags
This commit is contained in:
@@ -547,7 +547,7 @@
|
||||
|
||||
//Chica Head
|
||||
/obj/item/clothing/head/helmet/fluff/freddy/chica
|
||||
desc = "<b><font color=red>LET'S EAT!</font></b>"
|
||||
desc = span_red("<b>LET'S EAT!</b>")
|
||||
icon_state = "chicahead"
|
||||
item_state = "chicahead_mob"
|
||||
|
||||
@@ -586,7 +586,7 @@
|
||||
|
||||
//Chica Suit
|
||||
/obj/item/clothing/suit/fluff/freddy/chica
|
||||
desc = "<b><font color=red>LET'S EAT!</font></b>"
|
||||
desc = span_red("<b>LET'S EAT!</b>")
|
||||
icon_state = "chicasuit"
|
||||
item_state = "chicasuit_mob"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user