From 8ff967eeecea41dc1609c426e7946a3e2f9773bd Mon Sep 17 00:00:00 2001 From: Nepoox <40076315+Nepoox@users.noreply.github.com> Date: Sat, 9 Jun 2018 23:19:57 +0200 Subject: [PATCH] Changed name and description --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 2895e3fb30..dfa6965978 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1786,8 +1786,8 @@ Departamental Swimsuits, for general use //Nepox:Annie Rose /obj/item/clothing/accessory/sweater/fluff/annie - name = "Annie's pullover" - desc = "A unique pullover!" + name = "Lazy Annie's Lazy Sweater" + desc = "A cozy sweater that's probably far too long for it's owner. She's too lazy to care though." icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "sweater_annie" @@ -1798,4 +1798,4 @@ Departamental Swimsuits, for general use slot_flags = SLOT_OCLOTHING | SLOT_TIE body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS w_class = ITEMSIZE_NORMAL - slot = ACCESSORY_SLOT_OVER \ No newline at end of file + slot = ACCESSORY_SLOT_OVER