From 2fb9109f9ab0cd3c37c5e833b7f71eaf8acd7d49 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:59:02 +0300 Subject: [PATCH] [MIRROR] Adds hazard vests, orange hard hats, and pocket protectors to the Cargodrobe [MDB IGNORE] (#1200) * Adds hazard vests, orange hard hats, and pocket protectors to the Cargodrobe (#80404) --------- Co-authored-by: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Co-authored-by: RedBaronFlyer <45489195+RedBaronFlyer@users.noreply.github.com> --- code/modules/vending/wardrobes.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 2e138b12c2c..24c619012cd 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -173,6 +173,9 @@ /obj/item/storage/backpack/messenger = 3, /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,