chore(content): enable Mythical Marvels for end of February

This commit is contained in:
SabreCat
2022-02-17 14:27:17 -06:00
parent 1fd931d935
commit 70be356968
2 changed files with 7 additions and 23 deletions

View File

@@ -44,46 +44,30 @@ const featuredItems = {
];
},
quests () {
if (moment().isBefore('2022-01-11T08:00-05:00')) {
return [
{
type: 'quests',
path: 'quests.evilsanta',
},
{
type: 'quests',
path: 'quests.evilsanta2',
},
{
type: 'quests',
path: 'quests.penguin',
},
];
}
if (moment().isBefore('2022-01-31T20:00-05:00')) {
if (moment().isBefore('2022-02-28T20:00-05:00')) {
return [
{
type: 'bundles',
path: 'bundles.winterQuests',
path: 'bundles.mythicalMarvels',
},
{
type: 'quests',
path: 'quests.silver',
path: 'quests.onyx',
},
{
type: 'quests',
path: 'quests.sheep',
path: 'quests.dolphin',
},
];
}
return [
{
type: 'quests',
path: 'quests.ferret',
path: 'quests.snake',
},
{
type: 'quests',
path: 'quests.bronze',
path: 'quests.turquoise',
},
{
type: 'quests',