From 8fd6ea8061418b8058dc5aba5d71e4cc0f6182f9 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Mon, 1 Oct 2012 01:43:55 -0500 Subject: Fixing tutorial --- includes/datas.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/datas.php b/includes/datas.php index d1e2618..952f903 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -306,8 +306,8 @@ function getCompletedChallenges($userID, $mapID, $solution, $moves, $paths) { //mapID 5 is the tutorial, and is treated specially $firephp = FirePHP::getInstance(true); $firephp->log("In challenges"); - if($mapID == 5) { - if ($moves == 75) { + if($mapID < 10) { + if ($mapID == 5 && $moves == 75) { onCompletedTutorial($userID); } return; -- cgit v1.2.3