mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(incentives): pixel paws, purple background
Also turns off automatic Base Turkey pet award for new users.
This commit is contained in:
@@ -78,8 +78,6 @@ function _setUpNewUser (user) {
|
||||
let iterableFlags = user.flags.toObject();
|
||||
|
||||
user._ABtest = '';
|
||||
user.items.pets['Turkey-Base'] = 1;
|
||||
user.migration = '20161122_turkey_ladder.js';
|
||||
user.items.quests.dustbunnies = 1;
|
||||
|
||||
if (user.registeredThrough === 'habitica-web' || user.registeredThrough === 'habitica-android') {
|
||||
|
||||
Reference in New Issue
Block a user