Moved age min and max to the species datum.

This commit is contained in:
Zuhayr
2016-02-09 18:06:30 +10:30
parent 5058298033
commit 84a045ffe5
7 changed files with 31 additions and 11 deletions

View File

@@ -23,11 +23,6 @@
// Some arbitrary defines to be used by self-pruning global lists. (see master_controller)
#define PROCESS_KILL 26 // Used to trigger removal from a processing list.
// Age limits on a character.
#define AGE_MIN 17
#define AGE_MAX 85
#define MAX_GEAR_COST 10 // Used in chargen for accessory loadout limit.
// Preference toggles.