From c44c581265f84a6e49195279f4cc26fa1cea94f1 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 31 Jan 2017 21:10:51 +0000 Subject: [PATCH] fix(shops): correct event boolean --- website/common/script/content/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index 2a68b3c4e0..dc183631e7 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -278,7 +278,7 @@ api.food = { target: 'CottonCandyBlue', article: '', canBuy: (function() { - return canBuyCandyFood; + return canBuyCakeFood; }), canDrop: canDropCakeFood, },