mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 08:22:17 +00:00
fix(content): missing potion data
This commit is contained in:
parent
142d7e4348
commit
b8362af2f2
1 changed files with 7 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue