summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;