feat(content): reenable some May potions

This commit is contained in:
Sabe Jones
2020-05-12 15:57:40 -05:00
parent 6658abbcd9
commit 8747a2d1b6
6 changed files with 33 additions and 11 deletions
@@ -86,6 +86,13 @@ const premium = {
value: 2,
text: t('hatchingPotionFairy'),
limited: true,
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndMay'),
previousDate: t('mayYYYY', { year: 2017 }),
}),
canBuy () {
return moment().isBefore('2020-06-02');
},
},
Floral: {
value: 2,
@@ -222,6 +229,13 @@ const premium = {
value: 2,
text: t('hatchingPotionSunshine'),
limited: true,
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndMay'),
previousDate: t('mayYYYY', { year: 2019 }),
}),
canBuy () {
return moment().isBefore('2020-06-02');
},
},
Bronze: {
value: 2,