Merge pull request #3403 from CHOMPStation2/upstream-merge-11785

[MIRROR] Fixes riding on stairs
This commit is contained in:
Nadyr
2021-12-12 02:03:43 -05:00
committed by GitHub
-6
View File
@@ -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))