Fixes mobs not picking up with forceMove

This commit is contained in:
Cyberboss
2017-02-12 12:21:08 -05:00
parent e6ca8e6c20
commit c1ba824738

View File

@@ -156,7 +156,7 @@
return FALSE return FALSE
var/obj/item/curr = held_items[hand_index] var/obj/item/curr = held_items[hand_index]
if(!curr) if(!curr)
I.loc = src I.forceMove(src)
held_items[hand_index] = I held_items[hand_index] = I
I.layer = ABOVE_HUD_LAYER I.layer = ABOVE_HUD_LAYER
I.plane = ABOVE_HUD_PLANE I.plane = ABOVE_HUD_PLANE