mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Squashed commit of the following:
commit 78fe7721a373effbfe62f31583296ee02c050a92 Author: CuriousMagpie <eilatan@gmail.com> Date: Wed Jan 15 15:16:56 2025 -0500 fix: typo fix commit 6a73cb247aff59102f91171f52c1d56f87bff562 Author: CuriousMagpie <eilatan@gmail.com> Date: Wed Jan 15 14:51:00 2025 -0500 build: February 2025 content build
This commit is contained in:
@@ -423,6 +423,12 @@ const quests = {
|
||||
adjective: t('questEggDogAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('dog'),
|
||||
},
|
||||
Cat: {
|
||||
text: t('questEggCatText'),
|
||||
mountText: t('questEggCatMountText'),
|
||||
adjective: t('questEggCatAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('cat'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
Reference in New Issue
Block a user