summaryrefslogtreecommitdiffstats
path: root/pages/tutorial.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-11-29 15:00:11 -0800
committerPatrick Davison <snapwilliam@gmail.com>2012-11-29 15:00:11 -0800
commit1399d45c68e7d14fc1f3e8f2b5451669cce4ffa4 (patch)
treeab28080501f9dc8e4ffdc29742f45e2acf3fdcbf /pages/tutorial.php
parent23b7ddabd4c2c6286a9b3ef0791befbc6f4ef89f (diff)
downloadpathery-1399d45c68e7d14fc1f3e8f2b5451669cce4ffa4.tar.xz
Lots of fixes and changes.
nofollow on login links. tutorial fix changed how $accepted works changed how $wallColor/Emblem works fixed a bug when multiple players scored at the same momment.
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r--pages/tutorial.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php
index d09480c..5f82999 100644
--- a/pages/tutorial.php
+++ b/pages/tutorial.php
@@ -70,7 +70,7 @@ challenge5.complete = "Look at you, so pro.<br><a href='home'>Go play the game!<
challenge5.help = "Try placing the walls as highlighted.";
function challengeGo(mapid) {
- var moves = mapjson[mapid].moves;
+ var moves = mapjson[mapid].path[0].moves;
var tiles;
switch (mapid) {