diff --git a/modular_chomp/code/modules/recycling/v_garbosystem.dm b/modular_chomp/code/modules/recycling/v_garbosystem.dm index 408aeb92f8..f76471e5d3 100644 --- a/modular_chomp/code/modules/recycling/v_garbosystem.dm +++ b/modular_chomp/code/modules/recycling/v_garbosystem.dm @@ -91,6 +91,8 @@ spawn(15) if(A) A.forceMove(src) + if(istype(A, /obj/structure/closet)) + new /obj/item/stack/material/steel(loc, 2) qdel(A) items_taken++ if(items_taken >= voracity)