mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
chore(content): add pet quest bundle and magic hatching potions for February (#14499)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user