Replaces ORGAN_SPLINTED

This commit is contained in:
Yoshax
2016-09-15 18:00:59 +01:00
parent 2007c143d2
commit 8b48c8856e
14 changed files with 36 additions and 38 deletions

View File

@@ -82,7 +82,7 @@
if(user.wear_suit == src)
for(var/obj/item/organ/external/E in user.organs)
if(E.apply_splint(src))
if(E.is_broken() && E.apply_splint(src))
user << "You feel [src] constrict about your [E.name], supporting it."
supporting_limbs |= E
else