diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index 27f8bd3346..4799789f44 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -11682,6 +11682,10 @@ api.quests = { type: 'food', key: 'CottonCandyBlue', text: t('foodCottonCandyBlue') + }, { + type: 'food', + key: 'Honey', + text: t('foodHoney') } ], gp: 0, diff --git a/script/content.coffee b/script/content.coffee index 406ff5d81f..501cd716df 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -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