Revert "some fixes!"

This reverts commit 0c5effbc7b.
This commit is contained in:
QuoteFox
2021-03-20 19:01:30 +00:00
parent 5dbf439e0b
commit 9cf0ca814b
8 changed files with 10 additions and 12 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.03 //factor at which mob nutrition decreases
#define THIRST_FACTOR 0.03 //factor at which mob thirst decreases
#define HUNGER_FACTOR 0.08 //factor at which mob nutrition decreases
#define THIRST_FACTOR 0.08 //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