Merge pull request #2394 from Yoshax/lungpopfix

Increases the change of lung rupturing
This commit is contained in:
Anewbe
2016-08-30 18:24:29 -05:00
committed by GitHub
+1 -1
View File
@@ -345,7 +345,7 @@
if(should_have_organ(O_LUNGS))
var/obj/item/organ/internal/lungs/L = internal_organs_by_name[O_LUNGS]
if(!L.is_bruised() && prob(5))
if(!L.is_bruised() && prob(8))
if(breath.total_moles)
if(breath.total_moles < BREATH_MOLES / 5 || breath.total_moles > BREATH_MOLES * 5)
rupture_lung()