Merge pull request #7220 from VOREStation/Arokha/roller

Fix rollerbed movement with buckled mobs
This commit is contained in:
Atermonera
2020-05-24 14:28:55 -07:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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)