chore(content): disable Thunderpotions

Also remove superfluous message about the Quests Shop
This commit is contained in:
Sabe Jones 2016-08-31 19:14:28 +00:00
parent 3cda5d6b38
commit 7e0a860b25
3 changed files with 0 additions and 8 deletions

View file

@ -544,9 +544,6 @@ api.premiumHatchingPotions = {
text: t('hatchingPotionThunderstorm'),
limited: true,
_season: 'summer',
canBuy: (function() {
return true;
}),
},
};

View file

@ -78,7 +78,6 @@ shops.getMarketCategories = function getMarket (user, language) {
purchaseType: 'hatchingPotions',
};
}).sortBy('key').value();
categories.push(premiumHatchingPotionsCategory);
let foodCategory = {
identifier: 'food',

View file

@ -30,10 +30,6 @@
ng-click='choosePotion(pot)')
.badge.badge-info.stack-count {{points}}
li.customize-menu
menu.pets-menu(label=env.t('quests'))
p=env.t('whereAreMyQuests')
li.customize-menu
menu.pets-menu(label=env.t('food') + ' ({{foodCount}})')
p.muted(ng-show='foodCount < 1')=env.t('noFood')