mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(potions): remove EVENT
This commit is contained in:
@@ -400,13 +400,9 @@ const premium = {
|
|||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionRoseGold'),
|
text: t('hatchingPotionRoseGold'),
|
||||||
limited: true,
|
limited: true,
|
||||||
event: EVENTS.potions202402,
|
|
||||||
_addlNotes: t('eventAvailability', {
|
_addlNotes: t('eventAvailability', {
|
||||||
date: t('dateEndFebruary'),
|
date: t('dateEndFebruary'),
|
||||||
}),
|
}),
|
||||||
canBuy () {
|
|
||||||
return moment().isBetween(EVENTS.potions202402.start, EVENTS.potions202402.end);
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user