mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
fix(user): no more birthday
This commit is contained in:
parent
535c41dba8
commit
2e7deffb69
1 changed files with 0 additions and 2 deletions
|
|
@ -140,8 +140,6 @@ function _setUpNewUser (user) {
|
|||
user.items.quests.dustbunnies = 1;
|
||||
user.purchased.background.violet = true;
|
||||
user.preferences.background = 'violet';
|
||||
user.items.gear.owned.armor_special_birthday = true; // eslint-disable-line camelcase
|
||||
user.items.gear.equipped.body = 'armor_special_birthday';
|
||||
|
||||
if (user.registeredThrough === 'habitica-web') {
|
||||
taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue