Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Skies-Of-Blue committed Feb 2, 2024
1 parent 095be66 commit e2beaa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions code/modules/clothing/factions/suns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions code/modules/clothing/suits/labcoat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"


0 comments on commit e2beaa7

Please sign in to comment.