feat(content): Armoire and BGs 2018-01

Also ends New Year's hat fanciness
This commit is contained in:
SabreCat
2018-01-02 23:49:50 +00:00
parent 2cf8439bd1
commit 88e6b2da7c
34 changed files with 73 additions and 31 deletions

View File

@@ -137,8 +137,6 @@ function _setUpNewUser (user) {
user.items.quests.dustbunnies = 1;
user.purchased.background.violet = true;
user.preferences.background = 'violet';
user.items.gear.owned.head_special_nye = true; // eslint-disable-line camelcase
user.items.gear.equipped.head = 'head_special_nye';
if (user.registeredThrough === 'habitica-web') {
taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag'];