more font tag replacements (#17123)

* more font tag replacements

* few more

* more span conversion (#9)

---------

Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
Kashargul
2025-03-01 11:58:58 -05:00
committed by GitHub
co-authored by Nadyr
parent 6224445448
commit cb56adaa37
118 changed files with 935 additions and 915 deletions
+1 -1
View File
@@ -374,7 +374,7 @@
return
playsound(src, W.usesound, 50, 1)
user.visible_message("<font color='red'>[user] cuts the fingertips off of the [src].</font>","<font color='red'>You cut the fingertips off of the [src].</font>")
user.visible_message(span_red("[user] cuts the fingertips off of the [src]."),span_red("You cut the fingertips off of the [src]."))
clipped = 1
name = "modified [name]"
+3 -3
View File
@@ -63,7 +63,7 @@
rolled_sleeves = 0
/obj/item/clothing/under/rank/chef
desc = "It's an apron which is given only to the most <b>hardcore</b> chefs in space."
desc = "It's an apron which is given only to the most " + span_bold("hardcore") + " chefs in space."
name = "chef's uniform"
icon_state = "chef"
rolled_sleeves = 0
@@ -75,7 +75,7 @@
/obj/item/clothing/under/rank/clown
name = "clown suit"
desc = "<i><font face='comic sans ms'>Honk!</i></font>"
desc = span_italics("<font face='comic sans ms'>Honk!</font>")
icon_state = "clown"
rolled_sleeves = -1
@@ -104,7 +104,7 @@
icon_state = "hydro"
/obj/item/clothing/under/rank/internalaffairs
desc = "The plain, professional attire of an " + JOB_INTERNAL_AFFAIRS_AGENT + ". The collar is <i>immaculately</i> starched."
desc = "The plain, professional attire of an " + JOB_INTERNAL_AFFAIRS_AGENT + ". The collar is " + span_italics("immaculately") + " starched."
name = "Internal Affairs uniform"
icon_state = "internalaffairs"
item_state_slots = list(slot_r_hand_str = "ba_suit", slot_l_hand_str = "ba_suit")
+2 -2
View File
@@ -69,7 +69,7 @@
/obj/item/clothing/under/clown //i'm only putting it here to make subtypes of it, since the original suit is under/rank/clown
name = "clown suit"
desc = "<i><font face='comic sans ms'>Honk!</i></font>"
desc = span_italics("<font face='comic sans ms'>Honk!</font>")
icon_state = "clown"
rolled_sleeves = -1
@@ -812,7 +812,7 @@
/obj/item/clothing/under/gov
name = "green formal uniform"
desc = "A neat proper uniform of someone on offical business. The collar is <i>immaculately</i> starched."
desc = "A neat proper uniform of someone on offical business. The collar is " + span_italics("immaculately") + " starched."
icon_state = "greensuit"
item_state_slots = list(slot_r_hand_str = "centcom", slot_l_hand_str = "centcom")
starting_accessories = list(/obj/item/clothing/accessory/tie/darkgreen)