Merge pull request #11785 from Heroman3003/stairfix2

Fixes riding on stairs
This commit is contained in:
Casey
2021-11-06 02:06:16 -04:00
committed by Chompstation Bot
parent e6f330182b
commit 208ca9e4e0

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))