mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Turkey Day 2016 (#8231)
* feat(event): Turkey Day 2016 * fix(test): allow for free pet
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user