diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 154fcd7f383..4e65bbf5fdc 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -378,4 +378,12 @@ icon_state = "roman" _color = "roman" item_state = "armor" - armor = list(melee = 25, bullet = 0, laser = 25, energy = 10, bomb = 10, bio = 0, rad = 0) \ No newline at end of file + armor = list(melee = 25, bullet = 0, laser = 25, energy = 10, bomb = 10, bio = 0, rad = 0) + +/obj/item/clothing/under/maid + name = "maid uniform" + desc = "You have the urge to put this on and act submissively" + icon_state = "meido" + item_state = "meido" + _color = "meido" + body_parts_covered = UPPER_TORSO|LOWER_TORSO diff --git a/icons/mob/items_lefthand.dmi b/icons/mob/items_lefthand.dmi index 992f493d288..e7d7c1ae94f 100644 Binary files a/icons/mob/items_lefthand.dmi and b/icons/mob/items_lefthand.dmi differ diff --git a/icons/mob/items_righthand.dmi b/icons/mob/items_righthand.dmi index e63f0ca7dba..43c7016a2e0 100644 Binary files a/icons/mob/items_righthand.dmi and b/icons/mob/items_righthand.dmi differ diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 40c72173248..a21b12df52a 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ diff --git a/icons/obj/clothing/uniforms.dmi b/icons/obj/clothing/uniforms.dmi index cfbea364c2e..51a486f8af9 100644 Binary files a/icons/obj/clothing/uniforms.dmi and b/icons/obj/clothing/uniforms.dmi differ