summaryrefslogtreecommitdiffstats
path: root/includes/constants.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-25 20:31:34 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-25 20:31:34 -0600
commit1e65273d68ffdec07f49c14e929499af21f7776a (patch)
treeb96bc71d1645a66cc2754996fcecba71dfcd596c /includes/constants.php
parentf20d2221d1da6f7e1d3b7126261ee320ed0158b2 (diff)
parent8a276a1857bc28677ac43c083d44a0ce5bf63343 (diff)
downloadpathery-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.php6
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);
?>