From d63c8287c43bad3825e6aa1de3e93e205189bc9e Mon Sep 17 00:00:00 2001 From: Cursor <102828457+theselfish@users.noreply.github.com> Date: Fri, 19 Jul 2024 17:48:37 +0100 Subject: [PATCH] Adds the Bitrunner & Miner jumpsuits to the Cargodrobe, Organizes the Coroner Drobe (#85071) ## About The Pull Request Title. ## Why It's Good For The Game Easiest first: The Coroner Drobe is a bit of a mess, it starts with a surgery tool, then gloves, then a hat, then shoes. Which is weird. You don't see nut M&Ms next to Skittles then back to M&Ms. Bitrunning, ugly as I think the jumpsuit is, if someone got caught in a fire or body loss, or such and wanted it back, they couldn't. So now they can! Miner is similar. Weird they have the overalls (which should be their default don't @ me) but not their starting uniform. ## Changelog :cl: add: Bitrunning and (spawn) Miner jumpsuits are now in their drobe. qol: The Coroner Drobe got sorted into less 'shove everything in' and more 'in a sane format'. /:cl: --- code/modules/vending/wardrobes.dm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index ef2eff9d991..3b962490347 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -184,12 +184,14 @@ GLOBAL_VAR_INIT(roaches_deployed, FALSE) /obj/item/clothing/head/beret/cargo = 3, /obj/item/clothing/mask/bandana/striped/cargo = 3, /obj/item/clothing/head/soft = 3, + /obj/item/clothing/head/utility/hardhat/orange = 3, /obj/item/clothing/under/rank/cargo/tech = 3, /obj/item/clothing/under/rank/cargo/tech/skirt = 3, /obj/item/clothing/under/rank/cargo/tech/alt = 3, /obj/item/clothing/under/rank/cargo/tech/skirt/alt = 3, /obj/item/clothing/suit/toggle/cargo_tech = 3, /obj/item/clothing/suit/hooded/wintercoat/cargo = 3, + /obj/item/clothing/suit/hazardvest = 3, /obj/item/clothing/gloves/fingerless = 3, /obj/item/clothing/shoes/sneakers/black = 3, /obj/item/storage/backpack = 3, @@ -200,13 +202,13 @@ GLOBAL_VAR_INIT(roaches_deployed, FALSE) /obj/item/storage/bag/mail = 3, /obj/item/radio/headset/headset_cargo = 3, /obj/item/clothing/accessory/pocketprotector = 3, - /obj/item/clothing/head/utility/hardhat/orange = 3, - /obj/item/clothing/suit/hazardvest = 3, ) premium = list( /obj/item/clothing/head/costume/mailman = 1, /obj/item/clothing/under/misc/mailman = 1, /obj/item/clothing/under/rank/cargo/miner = 3, + /obj/item/clothing/under/rank/cargo/miner/lavaland = 3, + /obj/item/clothing/under/rank/cargo/bitrunner = 3, ) refill_canister = /obj/item/vending_refill/wardrobe/cargo_wardrobe payment_department = ACCOUNT_CAR @@ -344,19 +346,18 @@ GLOBAL_VAR_INIT(roaches_deployed, FALSE) product_ads = "Any day above ground is a good one!;My day starts when yours ends!;And they call this a dying business!;See you when you're dead!" vend_reply = "Don't forget your \"Buy one get one free\" burial deal!" products = list( - /obj/item/cautery/cruel = 1, - /obj/item/clothing/gloves/latex/coroner = 1, /obj/item/clothing/head/utility/surgerycap/black = 1, /obj/item/clothing/mask/surgical = 1, - /obj/item/clothing/shoes/sneakers/black = 1, /obj/item/clothing/suit/apron/surgical = 1, /obj/item/clothing/suit/hooded/wintercoat/medical/coroner = 1, /obj/item/clothing/suit/toggle/labcoat/coroner = 1, /obj/item/clothing/under/rank/medical/coroner = 1, /obj/item/clothing/under/rank/medical/coroner/skirt = 1, /obj/item/clothing/under/rank/medical/scrubs/coroner = 1, + /obj/item/clothing/shoes/sneakers/black = 1, + /obj/item/clothing/gloves/latex/coroner = 1, + /obj/item/cautery/cruel = 1, /obj/item/hemostat/cruel = 1, - /obj/item/radio/headset/headset_srvmed = 2, /obj/item/retractor/cruel = 1, /obj/item/scalpel/cruel = 1, /obj/item/storage/backpack/coroner = 1, @@ -364,6 +365,7 @@ GLOBAL_VAR_INIT(roaches_deployed, FALSE) /obj/item/storage/backpack/messenger/coroner = 1, /obj/item/storage/backpack/satchel/coroner = 1, /obj/item/storage/box/bodybags = 3, + /obj/item/radio/headset/headset_srvmed = 2, /obj/item/toy/crayon/white = 2, ) contraband = list(