mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Merge pull request #8000 from VOREStation/Arokha/issue7803
Fix rollerbed movement with buckled mobs
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user