Also allows people to take their wheelchairs with them instead of leaving them behind, and fixes a runtime with wheelchair users who are missing hands or arms.

This commit is contained in:
PrismaticGynoid
2017-08-09 18:43:13 -07:00
parent 1f1f537e1c
commit b5ccfbd328
3 changed files with 14 additions and 2 deletions
@@ -35,7 +35,7 @@
var/obj/item/organ/external/E = get_organ(organ_name)
if(!E || E.is_stump())
tally += 4
if(E.splinted)
else if(E.splinted)
tally += 0.5
else if(E.status & ORGAN_BROKEN)
tally += 1.5