Mobs start with a random nutrition amount

This commit is contained in:
coiax
2018-01-26 19:56:09 -06:00
committed by CitadelStationBot
parent 57cfc1c81e
commit 6d9e8110f5
3 changed files with 8 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