chore(content): add pet quest bundle and magic hatching potions for February (#14499)

This commit is contained in:
Natalie L
2023-02-13 00:17:09 -05:00
committed by GitHub
parent 7b4cfee290
commit 8f4d668b0f
4 changed files with 39 additions and 14 deletions

View File

@@ -194,8 +194,9 @@ const bundles = {
'seaserpent',
'gryphon',
],
event: EVENTS.bundle202302,
canBuy () {
return moment().isBefore('2022-02-28T20:00-05:00');
return moment().isBetween(EVENTS.bundle202302.start, EVENTS.bundle202302.end);
},
type: 'quests',
value: 7,