mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
March 2025 Content Build (#15392)
* build: March 2025 css, backgrounds, subscriber gear, armoire * build: March 2025 quests, seasonal gear, various fixes * fix: fix string * fix: fixes to string errors * fix: string fixes
This commit is contained in:
@@ -429,6 +429,12 @@ const quests = {
|
||||
adjective: t('questEggCatAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('cat'),
|
||||
},
|
||||
Otter: {
|
||||
text: t('questEggOtterText'),
|
||||
mountText: t('questEggOtterMountText'),
|
||||
adjective: t('questEggOtterAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('otter'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user