chore(event): End Wonderland

This commit is contained in:
Sabe Jones
2020-02-01 07:20:55 -06:00
parent 443f88ac41
commit e800cd9a3f
8 changed files with 37 additions and 106 deletions

View File

@@ -131,7 +131,7 @@ function _setUpNewUser (user) {
user.items.quests.dustbunnies = 1;
user.purchased.background.violet = true;
user.preferences.background = 'violet';
if (moment().isBefore('2020-02-03')) {
if (moment().isBefore('2020-02-02')) {
user.achievements.habitBirthdays = 1;
user.items.gear.owned.armor_special_birthday = true;
user.items.gear.equipped.armor = 'armor_special_birthday';