mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(event): more find syntax, fix featured items, no spoilers
This commit is contained in:
@@ -410,7 +410,10 @@ const premium = {
|
||||
canBuy: hasQuestAchievementFunction('blackPearl'),
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
},
|
||||
StainedGlass: {
|
||||
};
|
||||
|
||||
if (moment().isAfter('2020-12-22T08:00-04:00')) {
|
||||
premium.StainedGlass = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionStainedGlass'),
|
||||
limited: true,
|
||||
@@ -421,8 +424,8 @@ const premium = {
|
||||
canBuy () {
|
||||
return moment().isBetween('2020-12-22T08:00-04:00', '2021-01-31T20:00-04:00');
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
const wacky = {
|
||||
Veggie: {
|
||||
|
||||
Reference in New Issue
Block a user