Merge pull request #14869 from KorPhaeron/remove_grab3.0

Removes grab from disposal units
This commit is contained in:
duncathan salt
2016-01-25 19:25:54 -06:00
-6
View File
@@ -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