diff options
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 2 |
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) {
|