mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
chore(news): Last Chance Bailey
Also fixes a linting issue with birthday fun.
This commit is contained in:
@@ -137,7 +137,7 @@ 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;
|
||||
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') {
|
||||
|
||||
Reference in New Issue
Block a user