fix(shops): correct event boolean

This commit is contained in:
Sabe Jones
2017-01-31 21:10:51 +00:00
parent f666f3cd04
commit c44c581265

View File

@@ -278,7 +278,7 @@ api.food = {
target: 'CottonCandyBlue', target: 'CottonCandyBlue',
article: '', article: '',
canBuy: (function() { canBuy: (function() {
return canBuyCandyFood; return canBuyCakeFood;
}), }),
canDrop: canDropCakeFood, canDrop: canDropCakeFood,
}, },