mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): enable bird buddy bundle
This commit is contained in:
@@ -176,8 +176,9 @@ const bundles = {
|
||||
'penguin',
|
||||
'rooster',
|
||||
],
|
||||
event: EVENTS.bundle202109,
|
||||
canBuy () {
|
||||
return moment().isBetween('2018-12-11', '2019-01-02');
|
||||
return moment().isBefore(EVENTS.bundle202109.end);
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
|
||||
Reference in New Issue
Block a user