mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
Release Mergeback 2017/05/03 (#8716)
* Content 2017/05 (#8714) * feat(content): May 2017 Add Armoire, add BGs, end Spring Fling * chore(sprites): compile * chore(i18n): update locales * 3.89.0
This commit is contained in:
@@ -220,26 +220,12 @@ shops.getTimeTravelersCategories = function getTimeTravelersCategories (user, la
|
||||
// };
|
||||
shops.getSeasonalShopCategories = function getSeasonalShopCategories (user, language) {
|
||||
const AVAILABLE_SETS = {
|
||||
springHealer: i18n.t('lovingPupSet', language),
|
||||
springMage: i18n.t('magicMouseSet', language),
|
||||
springRogue: i18n.t('stealthyKittySet', language),
|
||||
springWarrior: i18n.t('mightyBunnySet', language),
|
||||
spring2015Healer: i18n.t('comfortingKittySet', language),
|
||||
spring2015Mage: i18n.t('magicianBunnySet', language),
|
||||
spring2015Rogue: i18n.t('sneakySqueakerSet', language),
|
||||
spring2015Warrior: i18n.t('bewareDogSet', language),
|
||||
spring2016Healer: i18n.t('springingBunnySet', language),
|
||||
spring2016Mage: i18n.t('grandMalkinSet', language),
|
||||
spring2016Rogue: i18n.t('cleverDogSet', language),
|
||||
spring2016Warrior: i18n.t('braveMouseSet', language),
|
||||
};
|
||||
|
||||
const AVAILABLE_SPELLS = [
|
||||
'shinySeed',
|
||||
];
|
||||
|
||||
const AVAILABLE_QUESTS = [
|
||||
'egg',
|
||||
];
|
||||
|
||||
let categories = [];
|
||||
|
||||
Reference in New Issue
Block a user