mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Turquoise Potion Quest
This commit is contained in:
@@ -340,6 +340,13 @@ const premium = {
|
||||
canBuy: hasQuestAchievementFunction('windup'),
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
},
|
||||
Turquoise: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionTurquoise'),
|
||||
limited: true,
|
||||
canBuy: hasQuestAchievementFunction('turquoise'),
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
},
|
||||
};
|
||||
|
||||
const wacky = {
|
||||
|
||||
Reference in New Issue
Block a user