From acfc1c9b2b25e4232c418b28495bc7e9d6f67f0f Mon Sep 17 00:00:00 2001 From: Heroman Date: Sat, 6 Nov 2021 13:40:40 +1000 Subject: [PATCH] Fixes riding on stairs --- code/modules/multiz/stairs.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/multiz/stairs.dm b/code/modules/multiz/stairs.dm index 60f86a4fa2c..6a85c301fe6 100644 --- a/code/modules/multiz/stairs.dm +++ b/code/modules/multiz/stairs.dm @@ -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))