mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-05-03 19:40:48 -05:00
fix(quests): egg availability, again
This commit is contained in:
@@ -73,7 +73,7 @@ const QUEST_SEASONAL = {
|
||||
egg: {
|
||||
event: CURRENT_EVENT && CURRENT_EVENT.season === 'spring' ? CURRENT_EVENT : null,
|
||||
canBuy () {
|
||||
return this.event && moment().isBetween('2024-04-18T08:00-05:00', this.event.end);
|
||||
return this.event && moment().isBetween('2024-03-26T08:00-04:00', this.event.end);
|
||||
},
|
||||
text: t('questEggHuntText'),
|
||||
notes: t('questEggHuntNotes'),
|
||||
|
||||
Reference in New Issue
Block a user