Skip to content

Commit

Permalink
Update code/modules/clothing/under/accessories/shirts.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SleepyGemmy <[email protected]>
  • Loading branch information
CampinKiller24 and SleepyGemmy authored Sep 18, 2023
1 parent 81d670a commit ce8bd41
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions code/modules/clothing/under/accessories/shirts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -356,81 +356,82 @@
icon_state = "usweatshirt_black"
item_state = "usweatshirt_black"

// Polo Shirts
/obj/item/clothing/accessory/polo
name = "polo"
desc = "A stylish golf polo."
name = "polo shirt"
desc = "A stylish polo shirt."
icon = 'icons/obj/item/clothing/accessory/polo.dmi'
icon_state = "polo"
item_state = "polo"
contained_sprite = TRUE

/obj/item/clothing/accessory/polo/polo_fem
desc = "A stylish golf polo made for women."
desc = "A stylish polo shirt with a waist fit."
icon_state = "polo_fem"
item_state = "polo_fem"

/obj/item/clothing/accessory/polo/polo_blue
name = "blue polo"
desc = "A stylish golf polo. This one is blue."
name = "blue polo shirt"
desc = "A blue, stylish polo shirt."
icon_state = "polo_blue"
item_state = "polo_blue"

/obj/item/clothing/accessory/polo/polo_blue_fem
name = "blue polo"
desc = "A stylish golf polo made for women. This one is blue."
name = "blue polo shirt"
desc = "A blue, stylish polo shirt with a waist fit."
icon_state = "polo_blue_fem"
item_state = "polo_blue_fem"

/obj/item/clothing/accessory/polo/polo_red
name = "red polo"
desc = "A stylish golf polo. This one is red."
name = "red polo shirt"
desc = "A red, stylish polo shirt."
icon_state = "polo_red"
item_state = "polo_red"

/obj/item/clothing/accessory/polo/polo_red_fem
name = "red polo"
desc = "A stylish golf polo made for women. This one is red."
name = "red polo shirt"
desc = "A red, stylish polo shirt with a waist fit."
icon_state = "polo_red_fem"
item_state = "polo_red_fem"

/obj/item/clothing/accessory/polo/polo_grayyellow
name = "tan polo"
desc = "A stylish golf polo. This one is tan."
name = "tan polo shirt"
desc = "A tan, stylish polo shirt."
icon_state = "polo_grayyellow"
item_state = "polo_grayyellow"

/obj/item/clothing/accessory/polo/polo_grayyellow_fem
name = "tan polo"
desc = "A stylish golf polo made for women. This one is tan"
name = "tan polo shirt"
desc = "A tan, stylish polo shirt with a waist fit."
icon_state = "polo_grayyellow_fem"
item_state = "polo_grayyellow_fem"

/obj/item/clothing/accessory/polo/polo_greenstrip
desc = "A stylish golf polo. This one has a green strip around the collar."
desc = "A stylish polo shirt with a green strip around the collar."
icon_state = "polo_corp"
item_state = "polo_corp"

/obj/item/clothing/accessory/polo/polo_greenstrip_fem
desc = "A stylish golf polo made for women. This one has a green strip around the collar."
desc = "A stylish polo shirt with a green strip around the collar and a waist fit."
icon_state = "polo_corp_fem"
item_state = "polo_corp_fem"

/obj/item/clothing/accessory/polo/polo_bluestrip
desc = "A stylish golf polo. This one has a blue strip around the collar"
desc = "A stylish polo shirt with a blue strip around the collar."
icon_state = "polo_dais"
item_state = "polo_dais"

/obj/item/clothing/accessory/polo/polo_bluestrip_fem
desc = "A stylish golf polo made for women. This one has a blue strip around the collar."
desc = "A stylish polo shirt with a blue strip around the collar and a waist fit."
icon_state = "polo_dais_fem"
item_state = "polo_dais_fem"

/obj/item/clothing/accessory/polo/polo_redstrip
desc = "A stylish golf polo. This one has a red strip around the collar"
desc = "A stylish polo shirt with a red strip around the collar."
icon_state = "polo_nt"
item_state = "polo_nt"

/obj/item/clothing/accessory/polo/polo_redstrip_fem
desc = "A stylish golf polo made for women. This one has a red strip around the collar."
desc = "A stylish polo shirt with a red strip around the collar and a waist fit."
icon_state = "polo_nt_fem"
item_state = "polo_nt_fem"

0 comments on commit ce8bd41

Please sign in to comment.