From 1399d45c68e7d14fc1f3e8f2b5451669cce4ffa4 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 29 Nov 2012 15:00:11 -0800 Subject: 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. --- pages/tutorial.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/tutorial.php') 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.
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) { -- cgit v1.2.3