Decreases the organ damage cascade threshold. (#7835)

This commit is contained in:
Matt Atlas
2019-12-31 15:29:14 +01:00
committed by Werner
parent 287badb5e8
commit 97e8e0e295
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
//High toxins levels are super dangerous
if(owner.getToxLoss() >= 100 && !owner.chem_effects[CE_ANTITOXIN])
if(owner.getToxLoss() >= 60 && !owner.chem_effects[CE_ANTITOXIN])
//Healthy liver suffers on its own
if (src.damage < min_broken_damage)
src.damage += 0.2 * PROCESS_ACCURACY