[MIRROR] Fixes the maid costume's apron (#2010)
* Fixes the maid costume's apron * Delete admins.txt.rej
@@ -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"
|
||||
|
||||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 8.2 KiB |