mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
chore(content): add 2022-09 Pet Quest bundle (#14218)
* chore(content): farmFriends quest bundle * chore(content): 2022-09 Pet Quest Bundle * fix(date): fix start date
This commit is contained in:
@@ -32,11 +32,11 @@ const featuredItems = {
|
||||
},
|
||||
{
|
||||
type: 'food',
|
||||
path: 'food.RottenMeat',
|
||||
path: 'food.Potatoe',
|
||||
},
|
||||
{
|
||||
type: 'hatchingPotions',
|
||||
path: 'hatchingPotions.Zombie',
|
||||
path: 'hatchingPotions.Desert',
|
||||
},
|
||||
{
|
||||
type: 'eggs',
|
||||
@@ -45,26 +45,26 @@ const featuredItems = {
|
||||
];
|
||||
},
|
||||
quests () {
|
||||
if (moment().isBetween(EVENTS.bundle202208.start, EVENTS.bundle202208.end)) {
|
||||
if (moment().isBetween(EVENTS.bundle202208.start, EVENTS.bundle202209.end)) {
|
||||
return [
|
||||
{
|
||||
type: 'bundles',
|
||||
path: 'bundles.forestFriends',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.owl',
|
||||
type: 'bundles',
|
||||
path: 'bundles.farmFriends',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.snail',
|
||||
path: 'quests.ferret',
|
||||
},
|
||||
];
|
||||
}
|
||||
return [
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.badger',
|
||||
path: 'quests.guineapig',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
|
||||
Reference in New Issue
Block a user