mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
April 2025 content build (#15411)
* chore: April 2025 CSS * chore: April 2025 subscriber and armoire items, backgrounds * chore: Update April 2025 subscriber items * chore: April 2025 CSS fix * chore: April 2025 pet quest and magic hatching potion * fix: April 2025 fixes * fix: typo * fix: typo * fix(typo): whitespace --------- Co-authored-by: Kalista Payne <sabrecat@gmail.com>
This commit is contained in:
@@ -435,6 +435,12 @@ const quests = {
|
||||
adjective: t('questEggOtterAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('otter'),
|
||||
},
|
||||
Alpaca: {
|
||||
text: t('questEggAlpacaText'),
|
||||
mountText: t('questEggAlpacaMountText'),
|
||||
adjective: t('questEggAlpacaAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('alpaca'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user