Shuttles no longer disable buckling

This commit is contained in:
Crazylemon64
2016-12-31 21:50:49 -08:00
parent 31edef28b4
commit a58cfbc078
-6
View File
@@ -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)