mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): November Quests and Hatching Potions
by @CuriousMagpie
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user