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
@@ -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,