Fixes. Wheelchair is supposed to help the occupant and not the driver, damn it.

This commit is contained in:
Hubblenaut
2014-06-03 18:47:03 -04:00
committed by ZomgPonies
parent 70d96aedde
commit c484390548
@@ -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