Missing legs will now also slow down movement.

This commit is contained in:
cib
2012-07-07 13:33:26 +02:00
parent 674042aa35
commit 289efd9fe5
@@ -284,7 +284,7 @@
for(var/organ in list("l_leg","l_foot","r_leg","r_foot"))
var/datum/organ/external/o = organs["[organ]"]
if(o.status & BROKEN)
if((o.status & BROKEN) || (o.status & DESTROYED))
if(o.status & SPLINTED)
tally += 3
else