Changes numbers

This commit is contained in:
TheDZD
2016-07-03 15:51:19 -04:00
parent 3605aa5e4d
commit 4bfd6ce95a
8 changed files with 59 additions and 44 deletions
+4 -1
View File
@@ -125,4 +125,7 @@
#define NUTRITION_LEVEL_STARVING 150
//Used for calculations for negative effects of having genetics powers
#define DEFAULT_GENE_INSTABILITY -4
#define DEFAULT_GENE_STABILITY 100
#define GENE_INSTABILITY_MINOR 5
#define GENE_INSTABILITY_MODERATE 10
#define GENE_INSTABILITY_MAJOR 15