feat(event): Valentine's 2020

This commit is contained in:
Sabe Jones
2020-02-07 14:16:25 -06:00
parent ff87a346d6
commit 6f7243c049
13 changed files with 96 additions and 90 deletions

View File

@@ -62,6 +62,9 @@ const premium = {
value: 2,
text: t('hatchingPotionCupid'),
limited: true,
canBuy () {
return moment().isBefore('2020-03-02');
},
},
Shimmer: {
value: 2,
@@ -187,6 +190,9 @@ const premium = {
value: 2,
text: t('hatchingPotionRoseQuartz'),
limited: true,
canBuy () {
return moment().isBefore('2020-03-02');
},
},
Celestial: {
value: 2,
@@ -273,7 +279,7 @@ each(premium, (pot, key) => {
potText: pot.text,
}),
_addlNotes: t('eventAvailability', {
date: t(`dateEnd${pot._season}`),
date: t('dateEndFebruary'),
}),
premium: true,
limited: false,