mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[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 🆑 qol: adds service radio to jani/curator/chaplain/lawyer vendor /🆑 * Adds service radio to jani/curator/chaplain/lawyer vendor --------- Co-authored-by: Ray <64306407+OneAsianTortoise@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user