From c48439054895177376caf30c3ce47717fcd3f6b9 Mon Sep 17 00:00:00 2001 From: Hubblenaut Date: Tue, 3 Jun 2014 01:48:37 +0200 Subject: [PATCH] Fixes. Wheelchair is supposed to help the occupant and not the driver, damn it. --- code/modules/mob/living/carbon/human/human_movement.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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