diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-04-25 23:07:58 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-04-25 23:07:58 -0700 |
commit | 190c42665c804759847290e2f60b424df299f915 (patch) | |
tree | 374a5969b0cd277ed02a5258a6a56de239b39864 /includes/datas.php | |
parent | b7207aa28ce81242570aa37f297259fdab77bacf (diff) | |
download | pathery-190c42665c804759847290e2f60b424df299f915.tar.xz |
Champion Achievement change.
Diffstat (limited to 'includes/datas.php')
-rw-r--r-- | includes/datas.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/includes/datas.php b/includes/datas.php index 81184cd..86fbb54 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -504,9 +504,10 @@ function getWinsArray() { $r[3] = array(15, 2, 'OffsetStripesDiagonal_B.png', 'Dark Diagonal Stripes', 0); $r[4] = array(30, 2, 'DiamondLargeDonut_W_I.png', 'Inverted Light Annulated Diamond', 0); $r[5] = array(50, 2, 'StarsR_B.png', 'Dark Stars', 0); - $r[6] = array(75, 2, 'CrossXL_B_I.png', 'Inverted Dark Large Present', 0); - $r[7] = array(75, 2, 'CircleSmall_W_I.png', 'Inverted Bright Small Circle', 0); - + $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[7] = array(75, 2, 'CircleSmall_W_I.png', 'Inverted Bright Small Circle', 0); + return $r; } |