diff --git a/code/modules/clothing/under/accessories.dm b/code/modules/clothing/under/accessories.dm index 60cdcd0ac4..0345bb336b 100644 --- a/code/modules/clothing/under/accessories.dm +++ b/code/modules/clothing/under/accessories.dm @@ -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 ////////// diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index b943772d7b..9e38427734 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -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" diff --git a/icons/mob/accessories.dmi b/icons/mob/accessories.dmi index 9e4a3526a3..3e73083e3e 100644 Binary files a/icons/mob/accessories.dmi and b/icons/mob/accessories.dmi differ diff --git a/icons/mob/inhands/clothing_lefthand.dmi b/icons/mob/inhands/clothing_lefthand.dmi index 7db63c0fe0..38c89769d2 100644 Binary files a/icons/mob/inhands/clothing_lefthand.dmi and b/icons/mob/inhands/clothing_lefthand.dmi differ diff --git a/icons/mob/inhands/clothing_righthand.dmi b/icons/mob/inhands/clothing_righthand.dmi index 5f744923b6..c14fbb3fb2 100644 Binary files a/icons/mob/inhands/clothing_righthand.dmi and b/icons/mob/inhands/clothing_righthand.dmi differ diff --git a/icons/obj/clothing/accessories.dmi b/icons/obj/clothing/accessories.dmi index ac45986e5b..c0756a9f73 100644 Binary files a/icons/obj/clothing/accessories.dmi and b/icons/obj/clothing/accessories.dmi differ