This commit is contained in:
Thalpy
2019-10-12 18:00:16 +01:00
parent cbc20d33d5
commit 7ad16947a7
+2 -2
View File
@@ -16,8 +16,8 @@
healing_factor = STANDARD_ORGAN_HEALING
decay_factor = STANDARD_ORGAN_DECAY
high_threshold = 0.6 * LUNGS_MAX_HEALTH //threshold at 30
low_threshold = 0.3 * LUNGS_MAX_HEALTH //threshold at 15
high_threshold = 0.6 * LUNGS_MAX_HEALTH //threshold at 180
low_threshold = 0.3 * LUNGS_MAX_HEALTH //threshold at 90
high_threshold_passed = "<span class='warning'>You feel some sort of constriction around your chest as your breathing becomes shallow and rapid.</span>"
now_fixed = "<span class='warning'>Your lungs seem to once again be able to hold air.</span>"