mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Spring Fling 2017 (#8579)
* feat(event): Spring Fling 2017 * fix(sprites): adjustments Also enables pastel hair/skin purchases
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user