Added Max Stat Points constant

This commit is contained in:
Keith Holliday
2015-12-15 18:48:47 -06:00
parent 5573689d4e
commit ad196ecafb
2 changed files with 17 additions and 8 deletions

View File

@@ -14,6 +14,14 @@ export function capByLevel (lvl) {
}
}
/*
------------------------------------------------------
Stats cap
------------------------------------------------------
*/
export const MAX_STAT_POINTS = MAX_LEVEL;
/*
------------------------------------------------------
Health cap