mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): Pet Quest and Future Mystery Sets (#8569)
This commit is contained in:
@@ -267,6 +267,11 @@ let quests = {
|
||||
adjective: t('questEggGuineaPigAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('guineapig'),
|
||||
},
|
||||
Peacock: {
|
||||
text: t('questEggPeacockText'),
|
||||
adjective: t('questEggPeacockAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('peacock'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user