From 3c1d0a83bf45b2e420c9cdf4e0bb2c7fb1e3b9ab 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 6e451e3b454..2b1299b636f 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -22,7 +22,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