mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Makes put_in_hands use drop_location() (#31347)
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