mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
chore(event): end New Year's bennies
This commit is contained in:
@@ -78,8 +78,6 @@ function _setUpNewUser (user) {
|
||||
let iterableFlags = user.flags.toObject();
|
||||
|
||||
user._ABtest = '';
|
||||
user.migration = '20161230_nye_hats.js';
|
||||
user.items.gear.owned.head_special_nye = false; // eslint-disable-line camelcase
|
||||
// A/B test 2016-12-21: Should we deliver notifications for upcoming incentives on days when users don't receive rewards?
|
||||
if (Math.random() < 0.5) {
|
||||
user._ABtests.checkInModals = '20161221_noCheckInPreviews'; // no 'preview' check-in modals
|
||||
|
||||
Reference in New Issue
Block a user