Merge branch 'release' into schedule-rc

This commit is contained in:
Sabe Jones
2024-06-14 10:18:16 -05:00
139 changed files with 3986 additions and 1770 deletions

View File

@@ -140,6 +140,12 @@ const wacky = {
questPotion: true,
canBuy: hasQuestAchievementFunction('fungi'),
},
Fungi: {
text: t('hatchingPotionFungi'),
limited: true,
_addlNotes: t('premiumPotionUnlimitedNotes'),
canBuy: hasQuestAchievementFunction('fungi'),
},
};
each(drops, (pot, key) => {