mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Hippo Pet Quest
This commit is contained in:
@@ -326,6 +326,12 @@ let quests = {
|
||||
adjective: t('questEggNudibranchAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('nudibranch'),
|
||||
},
|
||||
Hippo: {
|
||||
text: t('questEggHippoText'),
|
||||
mountText: t('questEggHippoMountText'),
|
||||
adjective: t('questEggHippoAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('nudibranch'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user