mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 16:47:34 +01:00
Merge pull request #7220 from VOREStation/Arokha/roller
Fix rollerbed movement with buckled mobs
This commit is contained in:
@@ -158,9 +158,11 @@
|
||||
L.forceMove(loc, direct, movetime)
|
||||
L.last_move = last_move
|
||||
L.inertia_dir = last_move
|
||||
|
||||
|
||||
if(!buckle_dir)
|
||||
L.set_dir(dir)
|
||||
else
|
||||
L.set_dir(buckle_dir)
|
||||
|
||||
/atom/movable/proc/can_buckle_check(mob/living/M, forced = FALSE)
|
||||
if(!buckled_mobs)
|
||||
|
||||
Reference in New Issue
Block a user