chore(event): End Fall Festival

This commit is contained in:
Sabe Jones
2015-11-02 12:55:48 -05:00
parent ed0e4c6d20
commit 2cb4e80019
28 changed files with 2232 additions and 2274 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import {
setFoodDefaults
} from '../helpers';
const CAN_BUY = false;
const CAN_DROP = false;
const CAN_BUY = true;
const CAN_DROP = true;
let baseFood = {
Meat: {
+2 -2
View File
@@ -3,8 +3,8 @@ import {
setFoodDefaults
} from '../helpers';
const CAN_BUY = true;
const CAN_DROP = true;
const CAN_BUY = false;
const CAN_DROP = false;
let candy = {
Candy_Skeleton: {
@@ -43,6 +43,7 @@ let premiumPotions = {
addlNotes: t('premiumPotionAddlNotes'),
premium: true,
limited: true,
canBuy: () => { return false },
},
};