mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
feat(content): Silver Hatching Potion quest
This commit is contained in:
@@ -190,9 +190,6 @@ let premium = {
|
||||
text: t('hatchingPotionBronze'),
|
||||
limited: true,
|
||||
canBuy: hasQuestAchievementFunction('bronze'),
|
||||
_addlNotes () {
|
||||
return '';
|
||||
},
|
||||
},
|
||||
Watery: {
|
||||
value: 2,
|
||||
@@ -200,6 +197,12 @@ let premium = {
|
||||
limited: true,
|
||||
_season: '_PENDING_',
|
||||
},
|
||||
Silver: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionSilver'),
|
||||
limited: true,
|
||||
canBuy: hasQuestAchievementFunction('silver'),
|
||||
},
|
||||
};
|
||||
|
||||
const wacky = {
|
||||
@@ -232,9 +235,7 @@ each(premium, (pot, key) => {
|
||||
notes: t('hatchingPotionNotes', {
|
||||
potText: pot.text,
|
||||
}),
|
||||
_addlNotes: t('eventAvailability', {
|
||||
date: t(`dateEnd${pot._season}`),
|
||||
}),
|
||||
_addlNotes: t('premiumPotionAddlNotes'),
|
||||
premium: true,
|
||||
limited: false,
|
||||
canBuy () {
|
||||
|
||||
Reference in New Issue
Block a user