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 CitadelStationBot
parent 028157f3b2
commit ebcacc733f
+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)