mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 22:27:06 +00:00
fix(quests): fix hedgehog drop text, fixes https://github.com/HabitRPG/habitrpg/issues/2979
This commit is contained in:
parent
b4f81a6f3e
commit
3c77f6e9c6
2 changed files with 4 additions and 4 deletions
4
dist/habitrpg-shared.js
vendored
4
dist/habitrpg-shared.js
vendored
|
|
@ -10933,11 +10933,11 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ?
|
|||
{
|
||||
type: 'eggs',
|
||||
key: 'Hedgehog',
|
||||
text: "Gryphon (Egg)"
|
||||
text: "Hedgehog (Egg)"
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Hedgehog',
|
||||
text: "Gryphon (Egg)"
|
||||
text: "Hedgehog (Egg)"
|
||||
}
|
||||
],
|
||||
gp: 30,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue