Fixed lungs.

This commit is contained in:
Fermi
2019-05-31 04:16:18 +01:00
parent 08e72ba05e
commit adeffe0c47
4 changed files with 5 additions and 7 deletions
-1
View File
@@ -62,7 +62,6 @@
//TODO: lung health affects lung function
/obj/item/organ/lungs/proc/adjustLungLoss(damage_mod, mob/living/carbon/M)
message_admins("lung damage: [damage_mod], damage: [damage]")
if (maxHealth == "plasma")
return
if(damage+damage_mod < 0)