mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): Guinea Pig quest
This commit is contained in:
@@ -264,6 +264,11 @@ let quests = {
|
||||
adjective: t('questEggTriceratopsAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('triceratops'),
|
||||
},
|
||||
GuineaPig: {
|
||||
text: t('questEggGuineaPigText'),
|
||||
adjective: t('questEggGuineaPigAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('guineapig'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user