mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(content): missing potion data
This commit is contained in:
@@ -246,6 +246,13 @@ const premium = {
|
||||
date: t('dateEndJanuary'),
|
||||
}),
|
||||
},
|
||||
Ruby: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionRuby'),
|
||||
limited: true,
|
||||
canBuy: hasQuestAchievementFunction('ruby'),
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
},
|
||||
};
|
||||
|
||||
const wacky = {
|
||||
|
||||
Reference in New Issue
Block a user