mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
feat(content): new achievement
also fixes Time Traveler and Egg Quest issues
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user