Encased Organ Rebalance (#10941)

This commit is contained in:
Geeves
2021-01-16 12:38:16 +01:00
committed by GitHub
parent db243bbedb
commit 9c90a7dcbf
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -362,7 +362,7 @@
organ_hit_chance += 5 * damage_amt / organ_damage_threshold
if(encased && !(status & ORGAN_BROKEN)) //ribs protect
organ_hit_chance *= 0.6
organ_hit_chance *= 0.2
organ_hit_chance = min(organ_hit_chance, 100)
if(prob(organ_hit_chance))