fix(quests): fix hedgehog drop text, fixes https://github.com/HabitRPG/habitrpg/issues/2979
This commit is contained in:
@@ -655,8 +655,8 @@ api.quests =
|
||||
str: 1.25 # Multiplier of users' missed dailies
|
||||
drop:
|
||||
items: [
|
||||
{type: 'eggs', key: 'Hedgehog', text: "Gryphon (Egg)"}
|
||||
{type: 'eggs', key: 'Hedgehog', text: "Gryphon (Egg)"}
|
||||
{type: 'eggs', key: 'Hedgehog', text: "Hedgehog (Egg)"}
|
||||
{type: 'eggs', key: 'Hedgehog', text: "Hedgehog (Egg)"}
|
||||
]
|
||||
gp: 30
|
||||
exp: 125
|
||||
|
||||
Reference in New Issue
Block a user