mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Autumn Leaf and Frost Hatching Potions
This commit is contained in:
@@ -214,6 +214,13 @@ const premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionFrost'),
|
||||
limited: true,
|
||||
_addlNotes: t('eventAvailabilityReturning', {
|
||||
availableDate: t('dateEndNovember'),
|
||||
previousDate: t('novemberYYYY', { year: 2018 }),
|
||||
}),
|
||||
canBuy () {
|
||||
return moment().isBefore('2020-12-02');
|
||||
},
|
||||
},
|
||||
IcySnow: {
|
||||
value: 2,
|
||||
@@ -375,6 +382,17 @@ const premium = {
|
||||
date: t('dateEndOctober'),
|
||||
}),
|
||||
},
|
||||
AutumnLeaf: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionAutumnLeaf'),
|
||||
limited: true,
|
||||
canBuy () {
|
||||
return moment().isBefore('2020-12-02');
|
||||
},
|
||||
_addlNotes: t('premiumPotionAddlNotes', {
|
||||
date: t('dateEndNovember'),
|
||||
}),
|
||||
},
|
||||
};
|
||||
|
||||
const wacky = {
|
||||
|
||||
Reference in New Issue
Block a user