diff --git a/code/modules/clothing/under/accessories.dm b/code/modules/clothing/under/accessories.dm index 7f28b88ad6..40d30235d8 100644 --- a/code/modules/clothing/under/accessories.dm +++ b/code/modules/clothing/under/accessories.dm @@ -255,6 +255,13 @@ item_state = "maidapron" minimize_when_attached = FALSE +/obj/item/clothing/accessory/sleevecrop + name = "one sleeved crop top" + desc = "Off the shoulder crop top, for those nights out partying." + icon_state = "sleevecrop" + item_state = "sleevecrop" + minimize_when_attached = FALSE + ////////// //Medals// ////////// @@ -466,6 +473,7 @@ //////////////// //HA HA! NERD!// //////////////// + /obj/item/clothing/accessory/pocketprotector name = "pocket protector" desc = "Can protect your clothing from ink stains, but you'll look like a nerd if you're using one." diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index da3c740a1b..a061561383 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -52,6 +52,7 @@ /obj/item/clothing/accessory/turtleneck/tactifool = 2, /obj/item/clothing/accessory/turtleneck/tactifool/green = 2, /obj/item/clothing/accessory/turtleneck/tactifool/blue = 2, + /obj/item/clothing/accessory/sleevecrop = 2, /obj/item/clothing/under/sweater = 3, /obj/item/clothing/under/sweater/black = 3, /obj/item/clothing/under/sweater/purple = 3, diff --git a/icons/mob/clothing/accessories.dmi b/icons/mob/clothing/accessories.dmi index 3d1f58743c..03849efa5a 100644 Binary files a/icons/mob/clothing/accessories.dmi and b/icons/mob/clothing/accessories.dmi differ diff --git a/icons/obj/clothing/accessories.dmi b/icons/obj/clothing/accessories.dmi index e452ca687b..79cb2bff77 100644 Binary files a/icons/obj/clothing/accessories.dmi and b/icons/obj/clothing/accessories.dmi differ