mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
fix(dilatory): add honey https://twitter.com/ogbajoj/status/489515513148497920
This commit is contained in:
parent
4cb79c6fff
commit
b449387cc0
2 changed files with 5 additions and 0 deletions
4
dist/habitrpg-shared.js
vendored
4
dist/habitrpg-shared.js
vendored
|
|
@ -11682,6 +11682,10 @@ api.quests = {
|
|||
type: 'food',
|
||||
key: 'CottonCandyBlue',
|
||||
text: t('foodCottonCandyBlue')
|
||||
}, {
|
||||
type: 'food',
|
||||
key: 'Honey',
|
||||
text: t('foodHoney')
|
||||
}
|
||||
],
|
||||
gp: 0,
|
||||
|
|
|
|||
|
|
@ -743,6 +743,7 @@ api.quests =
|
|||
{type: 'food', key: 'RottenMeat', text: t('foodRottenMeat')}
|
||||
{type: 'food', key: 'CottonCandyPink', text: t('foodCottonCandyPink')}
|
||||
{type: 'food', key: 'CottonCandyBlue', text: t('foodCottonCandyBlue')}
|
||||
{type: 'food', key: 'Honey', text: t('foodHoney')}
|
||||
]
|
||||
gp: 0
|
||||
exp: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue