chore(news): Bailey

also fix erroneously active hatching potion and remove concluded bundle 
from pinned items
This commit is contained in:
Sabe Jones
2019-01-02 16:10:57 -06:00
parent 696b67204d
commit af40c437be
8 changed files with 24 additions and 32 deletions

View File

@@ -127,8 +127,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'];