From cc0d05f331be8c856f52b8d3eecac78bcf632665 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 20 Mar 2023 03:59:13 +0100 Subject: [PATCH] [MIRROR] Adds service radio to jani/curator/chaplain/lawyer vendor [MDB IGNORE] (#19982) * Adds service radio to jani/curator/chaplain/lawyer vendor (#74086) ## About The Pull Request **Adds service radio to jani/curator/chaplain/lawyer vendor** ## Why It's Good For The Game Janitor/curator/chaplain/lawyer belong to service department; yet janitor/curator/chaplain/lawyer have no source of getting service radio if transferred/lost. They don't have it in their vendor or closet. ## Changelog :cl: qol: adds service radio to jani/curator/chaplain/lawyer vendor /:cl: * Adds service radio to jani/curator/chaplain/lawyer vendor --------- Co-authored-by: Ray <64306407+OneAsianTortoise@users.noreply.github.com> --- code/modules/vending/wardrobes.dm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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,