mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
feat(content): Yarn Pet Quest
This commit is contained in:
@@ -332,6 +332,12 @@ let quests = {
|
||||
adjective: t('questEggHippoAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('hippo'),
|
||||
},
|
||||
Yarn: {
|
||||
text: t('questEggYarnText'),
|
||||
mountText: t('questEggYarnMountText'),
|
||||
adjective: t('questEggYarnAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('yarn'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user