diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index b2aef9c976..fa629bd2ee 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -282,6 +282,11 @@ desc = "A simple maid uniform for housekeeping." icon_state = "janimaid" +/obj/item/clothing/under/dress/maid/proper + name = "maid dress" + desc = "A proper black dress with a frilly white apron." + icon_state = "propermaid" + /obj/item/clothing/under/dress/dress_fire name = "flame dress" desc = "A small black dress with blue flames print on it." diff --git a/icons/mob/uniform_1.dmi b/icons/mob/uniform_1.dmi index 1e78b67a9c..bf5d167437 100644 Binary files a/icons/mob/uniform_1.dmi and b/icons/mob/uniform_1.dmi differ diff --git a/icons/obj/clothing/uniforms_1.dmi b/icons/obj/clothing/uniforms_1.dmi index 31390d0f9e..0a90c3e8c5 100644 Binary files a/icons/obj/clothing/uniforms_1.dmi and b/icons/obj/clothing/uniforms_1.dmi differ