From 59ed80a00e1de2e1a050fff879fecde0b58cd9dd Mon Sep 17 00:00:00 2001 From: Donpedrito Date: Sat, 29 Jan 2022 18:32:11 -0600 Subject: [PATCH] Adds blue shoes to the MediDrobe. #64492 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit About The Pull Request Adds the blue shoes, which paramedics start with but are seemingly otherwise unobtainable, to the wardrobe that has the rest of their starting outfit in it. Why It's Good For The Game Currently, paramedics have no way to replace their shoes, or get them if they change their job to paramedic, other than making fake ones using a washing machine and crayon. Also, they look a hundred times better than white shoes when I'm wearing blue medical scrubs as a doctor, which is the main reason I made this PR. Changelog 🆑 add: Added blue shoes to the MediDrobe. /🆑 --- code/modules/vending/wardrobes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 4fcf8360b4a..4d7adfa8e2d 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -66,6 +66,7 @@ /obj/item/clothing/shoes/sneakers/white = 4, /obj/item/clothing/head/beret/medical/paramedic = 4, /obj/item/clothing/head/soft/paramedic = 4, + /obj/item/clothing/shoes/sneakers/blue = 4, /obj/item/clothing/suit/apron/surgical = 4, /obj/item/clothing/mask/surgical = 4) refill_canister = /obj/item/vending_refill/wardrobe/medi_wardrobe