mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes mobs not picking up with forceMove
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user