Lungs that are repaired will stop causing oxyloss

This commit is contained in:
Anewbe
2016-11-27 16:50:17 -06:00
parent e75b6c4b2e
commit b7a2c5efd4

View File

@@ -78,6 +78,8 @@
I.damage = 0
if(I.organ_tag == O_EYES)
target.sdisabilities &= ~BLIND
if(I.organ_tag == O_LUNGS)
target.losebreath = 0
fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)