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