From 9853a203d11268cd9b2557ed482bb44438de7e3f Mon Sep 17 00:00:00 2001 From: Hanfei Zhu Date: Thu, 23 May 2019 16:40:25 +0800 Subject: [PATCH] Add blueberry cheese --- scripts/waffles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/waffles.js b/scripts/waffles.js index 4e36685..b3d8274 100644 --- a/scripts/waffles.js +++ b/scripts/waffles.js @@ -13,9 +13,9 @@ // module.exports = (robot) => { - const waffleTypes = ['plain', 'kaya', 'butter', 'peanut', 'redbean', 'blueberry', 'cheese']; + const waffleTypes = ['plain', 'kaya', 'butter', 'peanut', 'redbean', 'blueberry', 'cheese', 'blueberryCheese']; const wafflePrices = { - plain: 1.2, kaya: 1.5, butter: 1.5, peanut: 1.5, redbean: 1.5, blueberry: 1.8, cheese: 1.8, chocolate: 1.8, + plain: 1.2, kaya: 1.5, butter: 1.5, peanut: 1.5, redbean: 1.5, blueberry: 1.8, cheese: 1.8, chocolate: 1.8, blueberryCheese: 2.4 }; const waffleReminders = [5, 3, 1]; // minutes till timeout const TIMEOUT = 15 * 60 * 1000;