Changed personal faction earned min/max values to -2000/2000.

This commit is contained in:
Paul Coene
2016-06-13 14:04:23 -04:00
parent af99db7287
commit b10187f9de
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -213,8 +213,8 @@ enum { //some random constants
#define MAX_NPC_FACTIONS 20
//individual faction pool
#define MAX_PERSONAL_FACTION 1200
#define MIN_PERSONAL_FACTION -3000
#define MAX_PERSONAL_FACTION 2000
#define MIN_PERSONAL_FACTION -2000
//The Level Cap:
//#define LEVEL_CAP RuleI(Character, MaxLevel) //hard cap is 127