mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Encased Organ Rebalance (#10941)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user