Adds medical gowns

This commit is contained in:
Anewbe
2017-07-09 15:03:11 -05:00
parent 856a927f41
commit 252f3af8ad
5 changed files with 22 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
// Not really the best way to do this, but it's better than "contents = list()"!
for(var/atom/movable/AM in contents)
qdel(AM)
new /obj/item/clothing/under/medigown(src)
new /obj/item/clothing/under/color/white( src )
new /obj/item/clothing/shoes/white( src )
return

View File

@@ -489,6 +489,20 @@
return
/obj/structure/closet/wardrobe/medic_gown
name = "cloning wardrobe"
icon_state = "white"
icon_closed = "white"
/obj/structure/closet/wardrobe/medic_gown/New()
..()
new /obj/item/clothing/under/medigown(src)
new /obj/item/clothing/under/medigown(src)
new /obj/item/clothing/under/medigown(src)
new /obj/item/clothing/under/medigown(src)
return
/obj/structure/closet/wardrobe/grey
name = "grey wardrobe"
icon_state = "grey"