From 3fc0f548f46e3ffe2ab0f80e222578088e91c893 Mon Sep 17 00:00:00 2001 From: "C.L" Date: Sun, 26 Apr 2020 14:11:35 -0400 Subject: [PATCH] Well that was embarrasing Got rid of "desc =" from the description. --- code/modules/vore/fluffstuff/custom_items_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index a437a4e0361..6c2c2596ceb 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -456,7 +456,7 @@ /obj/item/clothing/head/serdyhelmet //SilencedMP5A5's specialty helmet. name = "custom security helmet" - desc = "desc = An old production model steel-ceramic lined helmet with a white stripe and a custom orange holographic visor. It has ear holes, and smells of dog." + desc = "An old production model steel-ceramic lined helmet with a white stripe and a custom orange holographic visor. It has ear holes, and smells of dog." icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "serdyhelm" valid_accessory_slots = (ACCESSORY_SLOT_HELM_C)