mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
chore(content): add 2022-09 Pet Quest bundle (#14218)
* chore(content): farmFriends quest bundle * chore(content): 2022-09 Pet Quest Bundle * fix(date): fix start date
This commit is contained in:
@@ -52,8 +52,9 @@ const bundles = {
|
||||
'horse',
|
||||
'sheep',
|
||||
],
|
||||
event: EVENTS.bundle202209,
|
||||
canBuy () {
|
||||
return moment().isBetween('2019-08-08', '2019-09-02');
|
||||
return moment().isBetween(EVENTS.bundle202209.start, EVENTS.bundle202209.end);
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
|
||||
Reference in New Issue
Block a user