mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
start fixing commong
This commit is contained in:
@@ -9,7 +9,7 @@ export default function reroll (user, tasks = [], req = {}, analytics) {
|
||||
throw new NotAuthorized(i18n.t('notEnoughGems', req.language));
|
||||
}
|
||||
|
||||
user.balance--;
|
||||
user.balance -= 1;
|
||||
user.stats.hp = 50;
|
||||
|
||||
each(tasks, task => {
|
||||
|
||||
Reference in New Issue
Block a user