Removes life check and adds qdel stuff

This commit is contained in:
Vivalas
2017-06-23 00:19:46 -05:00
parent f3ff2d3f1a
commit fdfa737658
3 changed files with 2 additions and 5 deletions
@@ -688,6 +688,7 @@ Note that amputating the affected organ does in fact remove the infection from t
/obj/item/organ/external/proc/update_splints()
if(!(status & ORGAN_SPLINTED))
owner.splinted_limbs -= src
return
if(owner.step_count >= splinted_count + SPLINT_LIFE)
status &= ~ORGAN_SPLINTED //oh no, we actually need surgery now!