mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Begin Fall Festival 2016 (#8043)
* feat(event): begin Fall Festival 2016 * feat(event): Seasonal Shop Fall 2016 * fix(test): season specific food * chore(news): add Bailey * fix(season): correct Sorceress & timetrav
This commit is contained in:
@@ -214,6 +214,14 @@ shops.getTimeTravelersCategories = function getTimeTravelersCategories (user, la
|
||||
// };
|
||||
shops.getSeasonalShopCategories = function getSeasonalShopCategories (user, language) {
|
||||
let availableSets = {
|
||||
fallHealer: i18n.t('mummyMedicSet', language),
|
||||
fall2015Healer: i18n.t('potionerSet', language),
|
||||
fallMage: i18n.t('witchyWizardSet', language),
|
||||
fall2015Mage: i18n.t('stitchWitchSet', language),
|
||||
fallRogue: i18n.t('vampireSmiterSet', language),
|
||||
fall2015Rogue: i18n.t('battleRogueSet', language),
|
||||
fallWarrior: i18n.t('monsterOfScienceSet', language),
|
||||
fall2015Warrior: i18n.t('scarecrowWarriorSet', language),
|
||||
};
|
||||
|
||||
let categories = [];
|
||||
|
||||
Reference in New Issue
Block a user