From b449387cc0a4244747f321312c08128dfbb3bf45 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 16 Jul 2014 15:50:25 -0600 Subject: [PATCH] fix(dilatory): add honey https://twitter.com/ogbajoj/status/489515513148497920 --- dist/habitrpg-shared.js | 4 ++++ script/content.coffee | 1 + 2 files changed, 5 insertions(+) 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