mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-14 01:34:04 +01:00
Merge pull request #3403 from CHOMPStation2/upstream-merge-11785
[MIRROR] Fixes riding on stairs
This commit is contained in:
@@ -206,9 +206,6 @@
|
||||
if(L.grabbed_by.len) // Same as pulledby, whoever's holding you will keep you from going down stairs.
|
||||
return
|
||||
|
||||
if(L.has_buckled_mobs())
|
||||
return
|
||||
|
||||
if(L.buckled)
|
||||
L.buckled.forceMove(get_turf(top))
|
||||
|
||||
@@ -460,9 +457,6 @@
|
||||
if(L.grabbed_by.len) // Same as pulledby, whoever's holding you will keep you from going down stairs.
|
||||
return
|
||||
|
||||
if(L.has_buckled_mobs())
|
||||
return
|
||||
|
||||
if(L.buckled)
|
||||
L.buckled.forceMove(get_turf(bottom))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user