mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Merge pull request #2394 from Yoshax/lungpopfix
Increases the change of lung rupturing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user