V-Neck Alt Dress Shirt (#12436)

This commit is contained in:
WickedCybs
2021-09-05 04:03:41 -06:00
committed by GitHub
parent 092c6c1a74
commit 4b48d6429b
5 changed files with 20 additions and 0 deletions
@@ -208,6 +208,8 @@
shirt["cropped dress shirt, rolled up"] = /obj/item/clothing/accessory/dressshirt/crop/rolled
shirt["dress shirt, alt"] = /obj/item/clothing/accessory/dressshirt/alt
shirt["dress shirt, alt rolled up"] = /obj/item/clothing/accessory/dressshirt/alt/rolled
shirt["dress shirt, V-Neck alt"] = /obj/item/clothing/accessory/dressshirt/alt/vneck
shirt["dress shirt, V-Neck alt rolled up"] = /obj/item/clothing/accessory/dressshirt/alt/vneck/rolled
shirt["long-sleeved shirt"] = /obj/item/clothing/accessory/longsleeve
shirt["long-sleeved shirt, black striped"] = /obj/item/clothing/accessory/longsleeve_s
shirt["long-sleeved shirt, blue striped"] = /obj/item/clothing/accessory/longsleeve_sb
@@ -126,6 +126,12 @@
icon_state = "dressshirt_alt"
item_state = "dressshirt_alt"
/obj/item/clothing/accessory/dressshirt/alt/vneck
name = "v-neck dress shirt"
desc = "A casual dress shirt."
icon_state = "dressshirtvneck_alt"
item_state = "dressshirtvneck_alt"
/obj/item/clothing/accessory/dressshirt/crop
name = "cropped dress shirt"
desc = "A casual cropped dress shirt."
@@ -145,6 +151,12 @@
icon_state = "dressshirt_alt_r"
item_state = "dressshirt_alt_r"
/obj/item/clothing/accessory/dressshirt/alt/vneck/rolled
name = "v-neck dress shirt"
desc = "A casual dress shirt."
icon_state = "dressshirtvneck_alt_r"
item_state = "dressshirtvneck_alt_r"
/obj/item/clothing/accessory/dressshirt/crop/rolled
name = "cropped dress shirt"
desc = "A casual cropped dress shirt. This one has its sleeves rolled up"
+6
View File
@@ -0,0 +1,6 @@
author: WickedCybs
delete-after: True
changes:
- rscadd: "Adds V-Neck dress shirts to the loadout."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB