Merge pull request #9543 from nicetoolbox/changeling-grab-fix

Fix changeling tentacle grab
This commit is contained in:
Crazy Lemon
2018-09-26 16:25:25 -07:00
committed by GitHub
6 changed files with 7 additions and 13 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))