mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
May 2025 Content Build (#15422)
* chore: May 2025 subscriber gear, background, and armoire gear * chore: May 2025 pet and hatching potion quests, stylesheet update * fix: add space to pet quest rage description * Update backgrounds.json fix(typo): missing fullstop --------- Co-authored-by: Kalista Payne <sabrecat@gmail.com>
This commit is contained in:
@@ -441,6 +441,12 @@ const quests = {
|
||||
adjective: t('questEggAlpacaAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('alpaca'),
|
||||
},
|
||||
Platypus: {
|
||||
text: t('questEggPlatypusText'),
|
||||
mountText: t('questEggPlatypusMountText'),
|
||||
adjective: t('questEggPlatypusAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('platypus'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user