mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
feat(quests): create Hatching Potion category
This commit is contained in:
@@ -209,5 +209,6 @@ export const ITEM_LIST = {
|
||||
export const USER_CAN_OWN_QUEST_CATEGORIES = [
|
||||
'unlockable',
|
||||
'gold',
|
||||
'hatchingPotion',
|
||||
'pet',
|
||||
];
|
||||
|
||||
@@ -3358,7 +3358,7 @@ let quests = {
|
||||
notes: t('questBronzeNotes'),
|
||||
completion: t('questBronzeCompletion'),
|
||||
value: 4,
|
||||
category: 'pet',
|
||||
category: 'hatchingPotion',
|
||||
boss: {
|
||||
name: t('questBronzeBoss'),
|
||||
hp: 800,
|
||||
|
||||
Reference in New Issue
Block a user