Merge pull request #5132 from Citadel-Station-13/upstream-merge-34791

[MIRROR] Mobs start with a random nutrition amount
This commit is contained in:
LetterJay
2018-01-28 03:58:38 -06:00
committed by GitHub
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -76,6 +76,9 @@
#define NUTRITION_LEVEL_HUNGRY 250
#define NUTRITION_LEVEL_STARVING 150
#define NUTRITION_LEVEL_START_MIN 250
#define NUTRITION_LEVEL_START_MAX 400
//Disgust levels for humans
#define DISGUST_LEVEL_MAXEDOUT 150
#define DISGUST_LEVEL_DISGUSTED 75