mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Merge pull request #14869 from KorPhaeron/remove_grab3.0
Removes grab from disposal units
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user