Merge pull request #3194 from Citadel-Station-13/upstream-merge-31347
[MIRROR] Makes put_in_hands use drop_location()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user