diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index d535cea22c3..debc8861faa 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -269,7 +269,8 @@ /obj/item/storage/backpack/satchel/explorer = 1, /obj/item/clothing/glasses/regular = 2, /obj/item/clothing/glasses/regular/jamjar = 1, - /obj/item/storage/bag/books = 1. + /obj/item/storage/bag/books = 1, + /obj/item/radio/headset/headset_srv = 2, ) refill_canister = /obj/item/vending_refill/wardrobe/curator_wardrobe payment_department = ACCOUNT_SRV @@ -366,7 +367,8 @@ /obj/item/watertank/janitor = 1, /obj/item/storage/belt/janitor = 2, /obj/item/plunger = 2, - ) + /obj/item/radio/headset/headset_srv = 2, + ) refill_canister = /obj/item/vending_refill/wardrobe/jani_wardrobe default_price = PAYCHECK_CREW extra_price = PAYCHECK_COMMAND * 0.8 @@ -405,6 +407,7 @@ /obj/item/clothing/under/rank/civilian/lawyer/black/skirt = 1, /obj/item/clothing/shoes/laceup = 2, /obj/item/clothing/accessory/lawyers_badge = 2, + /obj/item/radio/headset/headset_srv = 2, ) refill_canister = /obj/item/vending_refill/wardrobe/law_wardrobe payment_department = ACCOUNT_SRV @@ -436,6 +439,7 @@ /obj/item/clothing/suit/chaplainsuit/monkrobeeast = 1, /obj/item/clothing/head/rasta = 1, /obj/item/clothing/suit/chaplainsuit/shrinehand = 1, + /obj/item/radio/headset/headset_srv = 2, ) contraband = list( /obj/item/toy/plush/ratplush = 1,