Clean up some grabs

This commit is contained in:
nicetoolbox
2018-09-16 12:28:39 -07:00
parent ea8cebfd5e
commit 385f290bc3
4 changed files with 5 additions and 10 deletions
+1 -2
View File
@@ -84,8 +84,7 @@
unwield(U)
U.swap_hand() // For whatever reason the grab will not properly work if we don't have the free hand active.
M.grabbedby(U, 1)
var/obj/item/grab/G = U.get_active_hand()
var/obj/item/grab/G = M.grabbedby(U, 1)
U.swap_hand()
if(G && istype(G))