mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
chore(content): add Pink Marble Magic Hatching Potion (#14497)
* chore(content): add quest text * chore(content): add rest of potion quest content * fix(image): pad quest scroll image * feat(quest): add Rage action --------- Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
@@ -551,6 +551,13 @@ const premium = {
|
||||
return moment().isBetween(EVENTS.birthday10.start, EVENTS.birthday10.end);
|
||||
},
|
||||
},
|
||||
PinkMarble: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionPinkMarble'),
|
||||
limited: true,
|
||||
canBuy: hasQuestAchievementFunction('pinkMarble'),
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
},
|
||||
};
|
||||
|
||||
const wacky = {
|
||||
|
||||
Reference in New Issue
Block a user