Turns the maid costume's apron into a detachable accessory.

This commit is contained in:
CitadelStationBot
2017-06-24 15:40:03 -05:00
parent 9e9e8c323e
commit 919f9f0cfc
5 changed files with 14 additions and 0 deletions
@@ -74,6 +74,14 @@
item_color = "waistcoat"
minimize_when_attached = FALSE
/obj/item/clothing/accessory/maidapron
name = "maid apron"
desc = "The best part of a maid costume."
icon_state = "apron"
item_state = "apronchef" //probably close enough
item_color = "apron"
minimize_when_attached = FALSE
//////////
//Medals//
//////////
@@ -503,6 +503,12 @@
fitted = FEMALE_UNIFORM_TOP
can_adjust = 0
/obj/item/clothing/under/maid/Initialize()
. = ..()
var/obj/item/clothing/accessory/maidapron/A = new (src)
A.attach(src,null)
/obj/item/clothing/under/janimaid
name = "maid uniform"
desc = "A simple maid uniform for housekeeping."