From 621c59ad3da908ba28dc547e321aff2f1808d95e Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Sun, 24 Jan 2016 19:14:40 -0600 Subject: [PATCH] Remove grab --- code/modules/recycling/disposal-unit.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/recycling/disposal-unit.dm b/code/modules/recycling/disposal-unit.dm index ed95abc4232..b5cd8bd80a0 100644 --- a/code/modules/recycling/disposal-unit.dm +++ b/code/modules/recycling/disposal-unit.dm @@ -309,12 +309,6 @@ update() return - var/obj/item/weapon/grab/G = I - if(istype(G)) // handle grabbed mob - if(ismob(G.affecting)) - stuff_mob_in(G.affecting, user) - return - if(!user.drop_item()) return