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
+2 -5
View File
@@ -254,7 +254,7 @@
var/mobpath = tgui_input_list(usr, "Which type of mob should [src] turn into?", "Choose a type", mobtypes)
if(!safe_animal(mobpath))
to_chat(usr, "<font color='red'>Sorry but this mob type is currently unavailable.</font>")
to_chat(usr, span_red("Sorry but this mob type is currently unavailable."))
return
if(transforming)
@@ -288,7 +288,7 @@
var/mobpath = tgui_input_list(usr, "Which type of mob should [src] turn into?", "Choose a type", mobtypes)
if(!safe_animal(mobpath))
to_chat(usr, "<font color='red'>Sorry but this mob type is currently unavailable.</font>")
to_chat(usr, span_red("Sorry but this mob type is currently unavailable."))
return
var/mob/new_mob = new mobpath(src.loc)
@@ -337,6 +337,3 @@
//Not in here? Must be untested!
return 0