mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
October Prebuild (#15325)
* Add october background * Add armoire * Add subscriber gear * add new pet * improve quest tests * Fixes from gear switchup * use new sprite system for quest images * fixes * fix quest image alignment * add missing string * fix(style): lint warnings and typo --------- Co-authored-by: Phillip Thelen <phillip@habitica.com> Co-authored-by: Sabe Jones <sabe@habitica.com>
This commit is contained in:
@@ -417,6 +417,12 @@ const quests = {
|
||||
adjective: t('questEggRaccoonAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('raccoon'),
|
||||
},
|
||||
Dog: {
|
||||
text: t('questEggDogText'),
|
||||
mountText: t('questEggDogMountText'),
|
||||
adjective: t('questEggDogAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('dog'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user