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

This commit is contained in:
Hubblenaut
2014-06-05 22:50:24 -04:00
committed by mwerezak
parent 5098c6a85c
commit 3c1d0a83bf
@@ -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