Removes nurse's outfit (#4520)

Argument was that nurse's outfit is too exposed for medical staff, and against sterile protocols.

Removes nurse's outfit to be spawned in medical lockers

Removes nurse's to spawn with nurse's outfit

Edit: Forum Topic regarding that is here: https://forums.aurorastation.org/viewtopic.php?f=18&t=10752
This commit is contained in:
Mykhailo Bykhovtsev
2018-04-07 11:17:45 -07:00
committed by Erki
parent 86843123c2
commit 7b8470ccae
3 changed files with 38 additions and 9 deletions
@@ -57,7 +57,6 @@
new /obj/item/weapon/storage/backpack/medic(src)
else
new /obj/item/weapon/storage/backpack/satchel_med(src)
new /obj/item/clothing/under/rank/nursesuit (src)
new /obj/item/clothing/head/nursehat (src)
switch(pick("blue", "green", "purple"))
if ("blue")
@@ -80,12 +79,10 @@
new /obj/item/clothing/under/rank/medical/purple(src)
new /obj/item/clothing/head/surgery/purple(src)
new /obj/item/clothing/under/rank/medical(src)
new /obj/item/clothing/under/rank/nurse(src)
new /obj/item/clothing/under/rank/orderly(src)
new /obj/item/clothing/suit/storage/toggle/labcoat(src)
new /obj/item/clothing/suit/storage/toggle/fr_jacket(src)
new /obj/item/clothing/shoes/white(src)
// new /obj/item/weapon/cartridge/medical(src)
new /obj/item/device/radio/headset/headset_med(src)