mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(cont): 2023 Spring Fling content (#14525)
* feat(cont): 2023 Spring Fling * feat(content): 2023 Spring Fling (attempt to add Jungle Buddies Quest Bundle) * fix(event): various typos and date ranges * fix(event): correct countdown on Shiny Seed * fix(quests): correct TypeError in featured list * feat(content): update Spring gear to canon desc --------- Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
@@ -74,7 +74,7 @@ const QUEST_SEASONAL = {
|
||||
egg: {
|
||||
event: CURRENT_EVENT && CURRENT_EVENT.season === 'spring' ? CURRENT_EVENT : null,
|
||||
canBuy () {
|
||||
return this.event && moment().isBetween(this.event.start, this.event.end);
|
||||
return this.event && moment().isBetween('2023-03-28T08:00-05:00', this.event.end);
|
||||
},
|
||||
text: t('questEggHuntText'),
|
||||
notes: t('questEggHuntNotes'),
|
||||
|
||||
Reference in New Issue
Block a user