[MIRROR] Fixes the maid costume's apron (#2010)

* Fixes the maid costume's apron

* Delete admins.txt.rej
This commit is contained in:
CitadelStationBot
2017-07-14 21:29:55 -05:00
committed by kevinz000
parent 08b3839fb8
commit 106cdfc37b
6 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -86,9 +86,9 @@
/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"
icon_state = "maidapron"
item_state = "maidapron"
item_color = "maidapron"
minimize_when_attached = FALSE
//////////
+1 -2
View File
@@ -506,8 +506,7 @@
/obj/item/clothing/under/maid/Initialize()
. = ..()
var/obj/item/clothing/accessory/maidapron/A = new (src)
A.attach(src,null)
attach_accessory(A)
/obj/item/clothing/under/janimaid
name = "maid uniform"