From 65ca7b651b42c355d61f7b86672aeb9eef6635a3 Mon Sep 17 00:00:00 2001 From: Killian <49700375+KillianKirilenko@users.noreply.github.com> Date: Fri, 10 Apr 2020 16:11:13 +0100 Subject: [PATCH] forgot to change the var on the debug/test kit --- 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 ffe78101b38..69dd7e6ceca 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -143,7 +143,7 @@ /obj/item/device/modkit_conversion/fluff/debug_gunkit name = "Gun Transformation Kit" desc = "A kit containing all the needed tools and fabric to modify one sidearm to another." - skip_contents = FALSE + skip_content_check = FALSE transfer_contents = FALSE icon = 'icons/vore/custom_items_vr.dmi'