diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-25 20:31:34 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-25 20:31:34 -0600 |
commit | 1e65273d68ffdec07f49c14e929499af21f7776a (patch) | |
tree | b96bc71d1645a66cc2754996fcecba71dfcd596c /includes/constants.php | |
parent | f20d2221d1da6f7e1d3b7126261ee320ed0158b2 (diff) | |
parent | 8a276a1857bc28677ac43c083d44a0ce5bf63343 (diff) | |
download | pathery-1e65273d68ffdec07f49c14e929499af21f7776a.tar.xz |
Merge branch 'doin_shit_on_laptop'
Conflicts:
includes/datas.php
also fixed some stuffs
Diffstat (limited to 'includes/constants.php')
-rw-r--r-- | includes/constants.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/constants.php b/includes/constants.php index 0658725..7774aa4 100644 --- a/includes/constants.php +++ b/includes/constants.php @@ -68,4 +68,10 @@ class MapType const Special = 4; const Weekly = 5; } + +/** + * Required number of challenges beaten to move up to each tier. + * Make sure the first one is always 0... + */ +$tierChallengeRequirements = array(0, 5, 10, 15, 20, 25, 30); ?> |