From a70289246b2616ecdbb175e103ffdaae6cc693fc Mon Sep 17 00:00:00 2001 From: lukevale <37498521+lukevale@users.noreply.github.com> Date: Fri, 23 Mar 2018 18:45:39 -0500 Subject: [PATCH] emergancy fix! --- code/modules/vore/fluffstuff/custom_boxes_yw.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_yw.dm b/code/modules/vore/fluffstuff/custom_boxes_yw.dm index 3f5e9ae2fe..5ebfbb4f7a 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_yw.dm @@ -319,8 +319,8 @@ //Maxie Drake -/obj/item/weapon.storage/box/fluff/maxie +/obj/item/weapon/storage/box/fluff/maxie name = "Maxie's box" desc = "a kit containing Maxie's equipment." has_items = list( - /obj/item/clothing/accessory/fluff/maxie_collar) \ No newline at end of file + /obj/item/clothing/accessory/fluff/maxie_collar)