feat(content): enable Fairy Potions

This commit is contained in:
SabreCat
2018-05-15 21:00:49 +00:00
parent a33299a341
commit ae9db7aee3
6 changed files with 22 additions and 19 deletions
@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = '_NONE_';
const CURRENT_SEASON = 'May';
let drops = {
Base: {
@@ -12,8 +12,8 @@ const featuredItems = {
path: 'hatchingPotions.Red',
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.Golden',
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Fairy',
},
{
type: 'card',