From e2beaa704411080d49588e4146c14e7142000a3a Mon Sep 17 00:00:00 2001 From: Skies-Of-Blue Date: Thu, 1 Feb 2024 21:33:44 -0800 Subject: [PATCH] consistency --- code/modules/clothing/factions/suns.dm | 8 ++++---- code/modules/clothing/suits/labcoat.dm | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/code/modules/clothing/factions/suns.dm b/code/modules/clothing/factions/suns.dm index a8c1988cf41e..a1d6ee9ef78f 100644 --- a/code/modules/clothing/factions/suns.dm +++ b/code/modules/clothing/factions/suns.dm @@ -403,8 +403,8 @@ righthand_file = 'icons/mob/inhands/faction/suns/suns_righthand.dmi' /obj/item/clothing/mask/breath/suns - desc = "A close-fitting mask that covers JUST enough to connect an air supply." name = "\improper SUNS half face mask" + desc = "A close-fitting mask that covers JUST enough to connect an air supply." icon_state = "suns_captainmask" item_state = "suns_captainmask" icon = 'icons/obj/clothing/faction/suns/mask.dmi' @@ -419,8 +419,8 @@ /obj/item/clothing/gloves/color/captain/suns - desc = "Fancy black gloves for trusted SUNS members. Sports a complex lining that prevents the wearer from being shocked." name = "\improper SUNS captain's gloves" + desc = "Fancy black gloves for trusted SUNS members. Sports a complex lining that prevents the wearer from being shocked." icon_state = "suns_captaingloves" item_state = "suns_blackgloves" icon = 'icons/obj/clothing/faction/suns/hands.dmi' @@ -439,8 +439,8 @@ righthand_file = 'icons/mob/inhands/faction/suns/suns_righthand.dmi' /obj/item/clothing/gloves/fingerless/suns - desc = "These gloves offer style, purely and plainly." name = "stitched fingerless gloves" + desc = "These gloves offer style, purely and plainly." icon_state = "suns_glovesfingerless" item_state = "suns_blackgloves" icon = 'icons/obj/clothing/faction/suns/hands.dmi' @@ -449,8 +449,8 @@ righthand_file = 'icons/mob/inhands/faction/suns/suns_righthand.dmi' /obj/item/clothing/gloves/color/yellow/suns - desc = "Padded academic gloves that hopefully keep students out of the nurses office." name = "insulated gloves" + desc = "Padded academic gloves that hopefully keep students out of the nurses office." icon_state = "suns_insulated" item_state = "suns_blackgloves" icon = 'icons/obj/clothing/faction/suns/hands.dmi' diff --git a/code/modules/clothing/suits/labcoat.dm b/code/modules/clothing/suits/labcoat.dm index 6f818dc8ff1c..24836f6f2404 100644 --- a/code/modules/clothing/suits/labcoat.dm +++ b/code/modules/clothing/suits/labcoat.dm @@ -126,5 +126,3 @@ You're pretty sure this is just a raincoat. name = "roboticist's white labcoat" desc = "A long labcoat with a black stripe and sleves. Perfect for creating mechanical exosuit weapons while laughing like a cartoon villian." icon_state = "labcoat_robowhite_long" - -