Another fashion update: dress, medical gown and fannypack edition (#5296)

-adds some new dresses ported from polaris and tg to the custom loadout, at some players request
-adds the medical gown, replacing the white jumpsuit in patient's closet, suggested here: https://forums.aurorastation.org/viewtopic.php?f=18&t=11622&
-adds fannypacks to the loadout
-adds some xeno hardsuit sprites, ported from polaris
This commit is contained in:
Alberyk
2018-09-30 22:15:02 +03:00
committed by Erki
parent 9f8cfc7e87
commit 69f92be449
12 changed files with 136 additions and 6 deletions
@@ -15,7 +15,10 @@
name = "patient's closet"
/obj/structure/closet/secure_closet/personal/patient/fill()
new /obj/item/clothing/under/color/white( src )
if(prob(50))
new /obj/item/clothing/under/medical_gown(src)
else
new /obj/item/clothing/under/medical_gown/white(src)
new /obj/item/clothing/shoes/white( src )