diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index bf7722ef896..da472d7b4ce 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -30,7 +30,7 @@ if(wear_suit) tally += wear_suit.slowdown - if(!pulledby || (pulledby && !istype(pulledby, /obj/structure/stool/bed/chair/wheelchair))) + if(!buckled || (buckled && !istype(buckled, /obj/structure/stool/bed/chair/wheelchair))) if(shoes) tally += shoes.slowdown