|SPECIES FOOD PREFERENCES| (#2232)

* Species food preferences

* sync

* Update humans.dm

* FUCK PUBBY
This commit is contained in:
CitadelStationBot
2017-08-21 22:23:30 -05:00
committed by kevinz000
parent 7a5497bb40
commit 4961966552
75 changed files with 645 additions and 82 deletions
+12
View File
@@ -0,0 +1,12 @@
#define MEAT 1
#define VEGETABLES 2
#define RAW 4
#define JUNKFOOD 8
#define GRAIN 16
#define FRUIT 32
#define DAIRY 64
#define FRIED 128
#define ALCOHOL 256
#define SUGAR 512
#define GROSS 1024
#define TOXIC 2048
+6
View File
@@ -65,6 +65,12 @@
#define NUTRITION_LEVEL_HUNGRY 250
#define NUTRITION_LEVEL_STARVING 150
//Disgust levels for humans
#define DISGUST_LEVEL_MAXEDOUT 150
#define DISGUST_LEVEL_DISGUSTED 75
#define DISGUST_LEVEL_VERYGROSS 50
#define DISGUST_LEVEL_GROSS 25
//Slime evolution threshold. Controls how fast slimes can split/grow
#define SLIME_EVOLUTION_THRESHOLD 10