mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
August 2024 Content Prebuild (#15277)
* add sprites * 2024-08 content build * fixing stuff * update boss rage effects * update quest rage text and releaseDates.js * update shop-featuredItems.js * fricken fracken beach umbrella * more beach umbrella * remove egregious typo
This commit is contained in:
@@ -405,6 +405,12 @@ const quests = {
|
||||
adjective: t('questEggChameleonAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('chameleon'),
|
||||
},
|
||||
Crab: {
|
||||
text: t('questEggCrabText'),
|
||||
mountText: t('questEggCrabMountText'),
|
||||
adjective: t('questEggCrabAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('crab'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user