From a58cfbc078314473aabae83cf231f1c3a581ff07 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Sat, 31 Dec 2016 21:50:49 -0800 Subject: [PATCH] Shuttles no longer disable buckling --- code/game/atoms_movable.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index f45f2daa07b..96502659778 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -148,12 +148,6 @@ return 1 /mob/living/forceMove(atom/destination) - stop_pulling() - if(buckled) - buckled.unbuckle_mob(src,force=1) - // in lieu of "unbuckle_all_mobs" - if(buckled_mob) - unbuckle_mob(buckled_mob,force=1) . = ..() if(client) reset_perspective(destination)