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