mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-19 20:07:05 +01:00
sorting thirst code + not-water replenishes hydration
This commit is contained in:
@@ -158,6 +158,15 @@
|
||||
#define NUTRITION_LEVEL_START_MIN 250
|
||||
#define NUTRITION_LEVEL_START_MAX 400
|
||||
|
||||
//Hyperstation Thirst
|
||||
#define THIRST_LEVEL_THRESHOLD 800 //Set to 0 to stop clamping
|
||||
#define THIRST_LEVEL_QUENCHED 450
|
||||
#define THIRST_LEVEL_THIRSTY 250
|
||||
#define THIRST_LEVEL_PARCHED 150
|
||||
|
||||
#define THIRST_LEVEL_START_MIN 250
|
||||
#define THIRST_LEVEL_START_MAX 400
|
||||
|
||||
//Disgust levels for humans
|
||||
#define DISGUST_LEVEL_MAXEDOUT 150
|
||||
#define DISGUST_LEVEL_DISGUSTED 75
|
||||
|
||||
Reference in New Issue
Block a user