diff --git a/code/modules/mob/inventory.dm b/code/modules/mob/inventory.dm index 5207c92129..59e7db1286 100644 --- a/code/modules/mob/inventory.dm +++ b/code/modules/mob/inventory.dm @@ -216,7 +216,7 @@ if(del_on_fail) qdel(I) return FALSE - I.forceMove(get_turf(src)) + I.forceMove(drop_location()) I.layer = initial(I.layer) I.plane = initial(I.plane) I.dropped(src)