Spring Fling 2017 (#8579)

* feat(event): Spring Fling 2017

* fix(sprites): adjustments
Also enables pastel hair/skin purchases
This commit is contained in:
Sabe Jones
2017-03-18 12:01:41 -05:00
committed by GitHub
parent 21ad808cc1
commit 12cefe4e9f
67 changed files with 412 additions and 162 deletions

View File

@@ -107,8 +107,8 @@ api.getSeasonalShopItems = {
let resObject = {
identifier: 'seasonalShop',
text: res.t('seasonalShop'),
notes: res.t('seasonalShopClosedText'),
imageName: 'seasonalshop_closed',
notes: res.t('seasonalShopText'),
imageName: 'seasonalshop_open',
categories: shops.getSeasonalShopCategories(user, req.language),
};