mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
feat(content): Triceratops pet quest
This commit is contained in:
@@ -259,6 +259,11 @@ let quests = {
|
||||
adjective: t('questEggSlothAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('sloth'),
|
||||
},
|
||||
Triceratops: {
|
||||
text: t('questEggTriceratopsText'),
|
||||
adjective: t('questEggTriceratopsAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('triceratops'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user