Probably fixes things

This commit is contained in:
Vivalas
2017-06-23 15:41:13 -05:00
parent fdfa737658
commit b2fae10aee
2 changed files with 3 additions and 1 deletions
@@ -66,7 +66,7 @@
/mob/living/carbon/human/Destroy()
QDEL_LIST(bodyparts)
QDEL_LIST(splinted_limbs)
splinted_limbs.Cut()
return ..()
/mob/living/carbon/human/dummy
@@ -953,6 +953,8 @@ Note that amputating the affected organ does in fact remove the infection from t
status |= ORGAN_DESTROYED
victim.bad_external_organs -= src
if(status & ORGAN_SPLINTED)
victim.splinted_limbs -= src
for(var/implant in implants) //todo: check if this can be left alone
qdel(implant)