Makes put_in_hands use drop_location() (#31347)

This commit is contained in:
Jordan Brown
2017-10-06 22:35:48 -04:00
committed by ShizCalev
parent f4fbd0aea9
commit 0cf310940b
+1 -1
View File
@@ -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)