From 973c1ea876522daa819296950606226cba4944d7 Mon Sep 17 00:00:00 2001 From: Nerezza Date: Mon, 30 Jul 2012 12:32:35 -0500 Subject: [PATCH] Update code/modules/customitems/item_spawning.dm --- code/modules/customitems/item_spawning.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/customitems/item_spawning.dm b/code/modules/customitems/item_spawning.dm index 2fc7ac7ffd6..ce68173a62e 100644 --- a/code/modules/customitems/item_spawning.dm +++ b/code/modules/customitems/item_spawning.dm @@ -65,6 +65,7 @@ del(C) break else //Was not the right job position, gotta delete the custom item. + ok = 1 del(I) else for(var/obj/item/weapon/storage/S in M.contents) // Try to place it in any item that can store stuff, on the mob.