mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
V-Neck Alt Dress Shirt (#12436)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user