Merge branch 'develop' into carolstone-chron-run-early-issue-4488

This commit is contained in:
Blade Barringer
2015-09-05 09:32:24 -05:00
979 changed files with 31917 additions and 22575 deletions

View File

@@ -58,10 +58,6 @@ habitrpg.controller('SettingsCtrl',
Guide.goto('intro', 0, true);
}
$scope.showClassesTour = function(){
Guide.goto('classes', 0, true);
}
$scope.showBailey = function(){
User.set({'flags.newStuff':true});
}
@@ -180,13 +176,11 @@ habitrpg.controller('SettingsCtrl',
$scope.releaseMounts = function() {
User.user.ops.releaseMounts({});
$rootScope.mountCount = 0;
$rootScope.$state.go('tasks');
}
$scope.releaseBoth = function() {
User.user.ops.releaseBoth({});
$rootScope.mountCount = 0;
$rootScope.$state.go('tasks');
}