replace candy food with normal food and enhance canBuy / canDrop code (#8194)

* change food to normal; add variables to choose type of food; add canBuy, canDrop to cake

* reinstate ability to control canBuy and canDrop separately
This commit is contained in:
Alys
2016-11-07 07:33:19 +10:00
committed by Sabe Jones
parent 431bde56d2
commit 6693e9fca9
2 changed files with 89 additions and 41 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import {
} from '../../helpers/common.helper';
describe('shared.ops.purchase', () => {
const SEASONAL_FOOD = 'Candy_Base';
const SEASONAL_FOOD = 'Meat';
let user;
let goldPoints = 40;
let gemsBought = 40;