fix(dilatory): add honey https://twitter.com/ogbajoj/status/489515513148497920
This commit is contained in:
Vendored
+4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user