feat(content): new achievement

also fixes Time Traveler and Egg Quest issues
This commit is contained in:
Sabe Jones
2021-03-30 15:19:53 -05:00
parent 6a49ae8397
commit e8c6908e6a
5 changed files with 86 additions and 79 deletions

View File

@@ -455,7 +455,7 @@ const wacky = {
previousDate: t('marchYYYY', { year: 2019 }),
}),
canBuy () {
return moment().isBefore('2020-05-02');
return moment().isBetween('2021-04-01T08:00-05:00', '2021-04-30T20:00-05:00');
},
},
Dessert: {