From 6c42b233f239905c7303162d4add5d82cd3de933 Mon Sep 17 00:00:00 2001 From: Verkister Date: Thu, 6 Apr 2023 19:25:54 +0300 Subject: [PATCH] material from crates/lockers --- modular_chomp/code/modules/recycling/v_garbosystem.dm | 2 ++ 1 file changed, 2 insertions(+) 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)