fix(potions): remove Fungi Potion time banner

This commit is contained in:
Sabe Jones
2024-05-17 10:49:55 -05:00
parent 934b85d716
commit c5dcd089a6
2 changed files with 2 additions and 5 deletions

View File

@@ -578,10 +578,7 @@ const wacky = {
Fungi: {
text: t('hatchingPotionFungi'),
limited: true,
event: EVENTS.aprilFoolsQuest2024,
_addlNotes: t('premiumPotionAddlNotes', {
date: t('dateEndApril'),
}),
_addlNotes: t('premiumPotionUnlimitedNotes'),
canBuy: hasQuestAchievementFunction('fungi'),
},
};