mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Shuttles no longer disable buckling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user