Turkey Day 2016 (#8231)

* feat(event): Turkey Day 2016

* fix(test): allow for free pet
This commit is contained in:
Sabe Jones
2016-11-22 20:00:10 -06:00
committed by GitHub
parent aa6f188bd9
commit 80e9735b28
76 changed files with 7797 additions and 7569 deletions

View File

@@ -78,6 +78,8 @@ function _setUpNewUser (user) {
let iterableFlags = user.flags.toObject();
user._ABtest = '';
user.items.pets['Turkey-Base'] = 1;
user.migration = '20161122_turkey_ladder.js';
if (user.registeredThrough === 'habitica-web' || user.registeredThrough === 'habitica-android') {
taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag'];