feat(event): Fall Hatching Potions

and important announcements
This commit is contained in:
SabreCat
2017-09-26 20:55:12 +00:00
parent 9c3b367b29
commit ec298291d4
18 changed files with 626 additions and 560 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 = 'October';
let drops = {
Base: {
@@ -100,13 +100,13 @@ let premium = {
value: 2,
text: t('hatchingPotionSpooky'),
limited: true,
_season: 'fall',
_season: 'October',
},
Ghost: {
value: 2,
text: t('hatchingPotionGhost'),
limited: true,
_season: 'fall',
_season: 'October',
},
Holly: {
value: 2,