Merge pull request #15425 from DeltaFire15/slower-organ-healing

Nerfs* passive organ healing, plus some minor stuff
This commit is contained in:
silicons
2022-03-13 14:26:00 -07:00
committed by GitHub
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
////organ defines
#define STANDARD_ORGAN_THRESHOLD 100
#define STANDARD_ORGAN_HEALING (1/(15 MINUTES / (2 SECONDS)))
#define STANDARD_ORGAN_HEALING (1/(15 MINUTES / (2 SECONDS))) / 3 //Base organ healing can be amped by a factor of up to x5 via satiety. This assumes it to be somewhat in the upper center of positive satiety as base.
#define STANDARD_ORGAN_DECAY (1/(15 MINUTES / (2 SECONDS))) //designed to fail organs when left to decay for ~15 minutes. 2 SECOND is SSmobs tickrate.