mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Added +1 Hourglass to debug menu
This commit is contained in:
@@ -85,8 +85,13 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
|
||||
User.log({});
|
||||
})
|
||||
}
|
||||
$scope.addGold = function(){
|
||||
$scope.addHourglass = function(){
|
||||
User.set({
|
||||
'purchased.plan.consecutive.trinkets': User.user.purchased.plan.consecutive.trinkets + 1,
|
||||
});
|
||||
}
|
||||
$scope.addGold = function(){
|
||||
User.set({
|
||||
'stats.gp': User.user.stats.gp + 500,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user