mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): add September pet quest bundle
This commit is contained in:
@@ -45,19 +45,19 @@ const featuredItems = {
|
||||
];
|
||||
},
|
||||
quests () {
|
||||
if (moment().isBetween(EVENTS.bundle202308.start, EVENTS.bundle202308.end)) {
|
||||
if (moment().isBetween(EVENTS.bundle202309.start, EVENTS.bundle202309.end)) {
|
||||
return [
|
||||
{
|
||||
type: 'bundles',
|
||||
path: 'bundles.hugabug',
|
||||
path: 'bundles.featheredFriends',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.octopus',
|
||||
path: 'quests.pterodactyl',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.rock',
|
||||
path: 'quests.trex',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user