WIP(quests): Quests page cont'd

Test fixes and addition of function for buying Quests with Gold
This commit is contained in:
Sabe Jones
2015-07-08 17:43:08 -05:00
parent 78d4989544
commit c0d35dc472
6 changed files with 21 additions and 4 deletions

View File

@@ -219,7 +219,6 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N
$scope.buy = function(item) {
User.user.ops.buy({params:{key:item.key}});
$rootScope.playSound('Reward');
Guide.goto('intro', 4);
};