summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-08-18 00:10:34 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-08-18 00:10:34 -0700
commitdea8120af8b7f11e90fa1511fe51f6d7b58dea25 (patch)
tree9d3687d97e2a0941ddb1d1b57f68276da7bd7563 /includes
parente33b5d091f125b8b757f4fce6520324882f8010d (diff)
downloadpathery-dea8120af8b7f11e90fa1511fe51f6d7b58dea25.tar.xz
A couple of achievements points set.
Diffstat (limited to 'includes')
-rw-r--r--includes/datas.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/datas.php b/includes/datas.php
index 8c0309c..0041da2 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -496,6 +496,7 @@ function getMazeMasteryArray() {
$r[9] = array(225, 2, 'CircleLarge_W_I.png', 'Inverted Bright Large Circle', 0);
$r[10] = array(300, 2, 'DiamondSmall_B_I.png', 'Inverted Dark Small Diamond', 0);
$r[11] = array(400, 2, 'CircleLargeDonut_B.png', 'Dark Annulated Circle', 0);
+ $r[12] = array(550, 2, 'CrossXL_B_I.png', 'Inverted Dark Large Present', 0);
//$cp[4] = array(10000, 2, 'DiamondSmall_B.png', 'Dark Small Diamond', 0);
@@ -513,7 +514,7 @@ function getWinsArray() {
$r[6] = array(75, 2, 'OffsetStripesHorizontal_B_I.png', 'Inverted Dark Horizontal Stripes', 0);
$r[7] = array(100, 2, 'CrossXLDonut_B_I.png', 'Inverted Dark Large Intersection', 0);
$r[8] = array(150, 2, 'DiamondLarge_B.png', 'Dark Large Diamond', 0);
-
+ $r[9] = array(225, 1, '#22ff22', 'Neon Lime', 1);
//$r[7] = array(75, 2, 'CircleSmall_W_I.png', 'Inverted Bright Small Circle', 0);
return $r;