mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(event): Shiny Seed and Egg Hunt countdowns
This commit is contained in:
@@ -178,6 +178,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
|
||||
class: `inventory_special_${item.key}`,
|
||||
path: `spells.special.${item.key}`,
|
||||
pinType: 'seasonalSpell',
|
||||
event: item.event,
|
||||
};
|
||||
break;
|
||||
case 'debuffPotion':
|
||||
@@ -215,6 +216,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
|
||||
purchaseType: 'quests',
|
||||
path: `quests.${item.key}`,
|
||||
pinType: 'seasonalQuest',
|
||||
event: item.event,
|
||||
};
|
||||
break;
|
||||
case 'gear':
|
||||
|
||||
Reference in New Issue
Block a user