feat(content): new Feathery Friends daterange

Also fixes up some style oddities in quest modals
This commit is contained in:
Sabe Jones
2021-05-13 15:07:31 -05:00
parent 79df18df68
commit f6bd69569f
5 changed files with 48 additions and 42 deletions

View File

@@ -21,8 +21,9 @@ const bundles = {
'harpy',
'owl',
],
event: EVENTS.potions202105,
canBuy () {
return moment().isBetween('2019-05-09', '2019-06-02');
return moment().isBefore(EVENTS.potions202105.end);
},
type: 'quests',
class: 'quest_bundle_featheredFriends',