Sweater Vest (#95681)

## About The Pull Request
Adds the sweater vest as an accessory in the autodrobe and loadout menu.
## Why It's Good For The Game
An alternative to the waistcoat.
<img width="704" height="82" alt="Screenshot 2026-04-07 140058"
src="https://github.com/user-attachments/assets/3ca13953-3866-4f35-9cb6-87e8c75348a8"
/>

## Changelog
🆑 Macaroni
add: Added the sweater vest
/🆑
This commit is contained in:
John F. Kennedy
2026-04-15 10:39:51 +12:00
committed by GitHub
parent 7ceb98da74
commit d598448aad
10 changed files with 40 additions and 0 deletions
@@ -689,6 +689,15 @@
name = "Waistcoat (Worn)"
icon_file = 'icons/mob/clothing/accessories.dmi'
/datum/greyscale_config/sweatervest
name = "Sweater Vest"
icon_file = 'icons/obj/clothing/accessories.dmi'
json_config = 'code/datums/greyscale/json_configs/sweatervest.json'
/datum/greyscale_config/sweatervest/worn
name = "Sweater Vest (Worn)"
icon_file = 'icons/mob/clothing/accessories.dmi'
// Digi Stuff
/datum/greyscale_config/digitigrade
@@ -0,0 +1,10 @@
{
"sweatervest": [
{
"type": "icon_state",
"icon_state": "sweatervest",
"blend_mode": "overlay",
"color_ids": [1]
}
]
}
@@ -15,6 +15,22 @@
greyscale_colors = "#414344"
flags_1 = IS_PLAYER_COLORABLE_1
/obj/item/clothing/accessory/sweatervest
name = "sweater vest"
desc = "When you're exceptionally you."
icon = 'icons/map_icons/clothing/accessory.dmi'
icon_state = "/obj/item/clothing/accessory/sweatervest"
post_init_icon_state = "sweatervest"
inhand_icon_state = "svest"
lefthand_file = 'icons/mob/inhands/clothing/suits_lefthand.dmi'
righthand_file = 'icons/mob/inhands/clothing/suits_righthand.dmi'
minimize_when_attached = FALSE
attachment_slot = NONE
greyscale_config = /datum/greyscale_config/sweatervest
greyscale_config_worn = /datum/greyscale_config/sweatervest/worn
greyscale_colors = "#A52F29"
flags_1 = IS_PLAYER_COLORABLE_1
/obj/item/clothing/accessory/vest_sheriff
name = "sheriff vest"
desc = "Now you just have to pick your favourite deputy."
@@ -71,6 +71,10 @@
name = "Waistcoat"
item_path = /obj/item/clothing/accessory/waistcoat
/datum/loadout_item/accessory/sweatervest
name = "Sweater Vest"
item_path = /obj/item/clothing/accessory/sweatervest
/datum/loadout_item/accessory/pocket_protector
name = "Pocket Protector"
item_path = /obj/item/clothing/accessory/pocketprotector
+1
View File
@@ -50,6 +50,7 @@
"products" = list(
/obj/item/clothing/accessory/pride = 15,
/obj/item/clothing/accessory/waistcoat = 4,
/obj/item/clothing/accessory/sweatervest = 4,
/obj/item/clothing/suit/toggle/suspenders = 4,
/obj/item/clothing/neck/tie/horrible = 3,
/obj/item/clothing/neck/robe_cape = 3,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB