some fixes!

some fixes!
This commit is contained in:
QuoteFox
2021-03-20 16:32:29 +00:00
parent 706ee6d3eb
commit 0c5effbc7b
8 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -259,8 +259,8 @@
#define POCKET_STRIP_DELAY 40 //time taken (in deciseconds) to search somebody's pockets
#define DOOR_CRUSH_DAMAGE 15 //the amount of damage that airlocks deal when they crush you
#define HUNGER_FACTOR 0.08 //factor at which mob nutrition decreases
#define THIRST_FACTOR 0.08 //factor at which mob thirst decreases
#define HUNGER_FACTOR 0.03 //factor at which mob nutrition decreases
#define THIRST_FACTOR 0.03 //factor at which mob thirst decreases
#define REAGENTS_METABOLISM 0.4 //How many units of reagent are consumed per tick, by default.
#define REAGENTS_EFFECT_MULTIPLIER (REAGENTS_METABOLISM / 0.4) // By defining the effect multiplier this way, it'll exactly adjust all effects according to how they originally were with the 0.4 metabolism