feat(content): enable bird buddy bundle

This commit is contained in:
Sabe Jones
2021-09-13 21:29:28 -05:00
parent 16dad596d8
commit 281252971c
4 changed files with 8 additions and 7 deletions

View File

@@ -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,