Merge pull request #8000 from VOREStation/Arokha/issue7803

Fix rollerbed movement with buckled mobs
This commit is contained in:
Aronai Sieyes
2020-05-21 15:40:27 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ default behaviour is:
return 0
/mob/living/Bump(atom/movable/AM)
if(now_pushing || !loc)
if(now_pushing || !loc || buckled == AM)
return
now_pushing = 1
if (istype(AM, /mob/living))