feat(content): Summer Splash Potions and Seafoam

This commit is contained in:
SabreCat
2018-06-26 20:19:16 +00:00
parent 4a80dcae2e
commit 3ee8072a6c
45 changed files with 25 additions and 16 deletions

View File

@@ -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 = 'July';
let drops = {
Base: {
@@ -132,6 +132,12 @@ let premium = {
limited: true,
_season: 'March',
},
Glass: {
value: 2,
text: t('hatchingPotionGlass'),
limited: true,
_season: 'July',
},
};
each(drops, (pot, key) => {