mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 22:28:00 +01:00
Merge pull request #7220 from VOREStation/Arokha/roller
Fix rollerbed movement with buckled mobs
This commit is contained in:
@@ -81,7 +81,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