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]
}
]
}