From 509c0317189e4bb9ea89fe92f7e1971217033d27 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Thu, 15 Mar 2012 22:45:37 +0000 Subject: [PATCH] Forgot the wardrobe change... --- code/WorkInProgress/SkyMarshal/wardrobes.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/WorkInProgress/SkyMarshal/wardrobes.dm b/code/WorkInProgress/SkyMarshal/wardrobes.dm index 314047105eb..f2c94b6db27 100755 --- a/code/WorkInProgress/SkyMarshal/wardrobes.dm +++ b/code/WorkInProgress/SkyMarshal/wardrobes.dm @@ -254,6 +254,7 @@ new /obj/item/clothing/shoes/brown(src) new /obj/item/device/radio/headset/heads/cmo(src) new /obj/item/clothing/under/rank/chief_medical_officer(src) + new /obj/item/device/healthanalyzer(src) /obj/item/wardrobe/doctor name = "\improper Medical Doctor Wardrobe" @@ -274,6 +275,7 @@ new /obj/item/device/radio/headset/headset_med(src) new /obj/item/clothing/under/rank/nursesuit (src) new /obj/item/clothing/under/rank/medical(src) + new /obj/item/device/healthanalyzer(src) /obj/item/wardrobe/geneticist name = "\improper Geneticist Wardrobe"