[MIRROR] further teleport pulling fixes (#7460)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-12-21 15:10:11 -07:00
committed by GitHub
parent 7751d18225
commit 2fe0dc7adb
2 changed files with 3 additions and 4 deletions

View File

@@ -220,7 +220,7 @@
if(L.pulling && !L.pulling.anchored)
var/atom/movable/P = L.pulling
P.forceMove(get_turf(top))
L.start_pulling(P)
L.continue_pulling(P)
for(var/obj/item/weapon/grab/G in list(L.l_hand, L.r_hand))
G.affecting.forceMove(get_turf(top))
@@ -475,7 +475,7 @@
if(L.pulling && !L.pulling.anchored)
var/atom/movable/P = L.pulling
P.forceMove(get_turf(bottom))
L.start_pulling(P)
L.continue_pulling(P)
for(var/obj/item/weapon/grab/G in list(L.l_hand, L.r_hand))
G.affecting.forceMove(get_turf(bottom))