[MIRROR] Fixes the maid costume's apron (#2010)
* Fixes the maid costume's apron * Delete admins.txt.rej
This commit is contained in:
committed by
kevinz000
parent
08b3839fb8
commit
106cdfc37b
@@ -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
|
||||
|
||||
//////////
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user