Fixes wrong person getting movement penalty

This commit is contained in:
Hubblenaut
2014-07-02 22:43:17 +02:00
parent 164bf15166
commit 4981f3409f

View File

@@ -35,7 +35,7 @@
else if(E.status & ORGAN_BROKEN)
tally += 1.5
if(pulledby && istype(pulledby, /obj/structure/stool/bed/chair/wheelchair))
if(buckled && istype(buckled, /obj/structure/stool/bed/chair/wheelchair))
for(var/organ_name in list("l_hand","r_hand","l_arm","r_arm"))
var/datum/organ/external/E = get_organ(organ_name)
if(!E || (E.status & ORGAN_DESTROYED))