feat(content): November Quests and Hatching Potions

by @CuriousMagpie
This commit is contained in:
SabreCat
2022-11-14 14:13:08 -06:00
parent dbd485cb96
commit 9f52e47011
5 changed files with 40 additions and 26 deletions

View File

@@ -208,8 +208,9 @@ const bundles = {
'snake',
'velociraptor',
],
event: EVENTS.bundle202211,
canBuy () {
return moment().isBetween('2019-09-10', '2019-10-02');
return moment().isBetween(EVENTS.bundle202211.start, EVENTS.bundle202211.end);
},
type: 'quests',
value: 7,