From a412309b95fed65a7384906aed29fb3d501e5564 Mon Sep 17 00:00:00 2001 From: AmatsuDF Date: Tue, 22 Aug 2023 15:49:20 -0400 Subject: [PATCH] Suggested updates Changes names of items to fit suggestions. --- code/modules/clothing/under/miscellaneous_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/under/miscellaneous_vr.dm b/code/modules/clothing/under/miscellaneous_vr.dm index fa314412e7..9d4633bcf8 100644 --- a/code/modules/clothing/under/miscellaneous_vr.dm +++ b/code/modules/clothing/under/miscellaneous_vr.dm @@ -605,14 +605,14 @@ icon_state = "cdress_fire" /obj/item/clothing/under/dress/cbridesmaid - name = "fancy dress, recolorable" + name = "fancy dress" desc = "A cute, flirty dress. Good for weddings and fancy parties, or if you just want to look fashionable. Perfect for recoloring!" icon = 'icons/inventory/uniform/item_vr.dmi' default_worn_icon = 'icons/inventory/uniform/mob_vr.dmi' icon_state = "cbridesmaid" /obj/item/clothing/under/dress/cswoopdress - name = "swoop dress, recolorable" + name = "swoop dress" desc = "A fancy gown for those who like to show leg. Perfect for recoloring!" default_worn_icon = 'icons/inventory/uniform/mob_vr.dmi' icon_state = "cswoopdress"