Makes tox damage more dangerous

This commit is contained in:
Anewbe
2016-11-11 00:24:16 -06:00
parent a9bb70c6ab
commit 6df4ebe1c7
2 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
if(owner.life_tick % PROCESS_ACCURACY == 0)
//High toxins levels are dangerous
if(owner.getToxLoss() >= 60 && !owner.reagents.has_reagent("anti_toxin"))
if(owner.getToxLoss() >= 30 && !owner.reagents.has_reagent("anti_toxin"))
//Healthy liver suffers on its own
if (src.damage < min_broken_damage)
src.damage += 0.2 * PROCESS_ACCURACY