mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
chore(content): disable Thunderpotions
Also remove superfluous message about the Quests Shop
This commit is contained in:
parent
3cda5d6b38
commit
7e0a860b25
3 changed files with 0 additions and 8 deletions
|
|
@ -544,9 +544,6 @@ api.premiumHatchingPotions = {
|
|||
text: t('hatchingPotionThunderstorm'),
|
||||
limited: true,
|
||||
_season: 'summer',
|
||||
canBuy: (function() {
|
||||
return true;
|
||||
}),
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@ shops.getMarketCategories = function getMarket (user, language) {
|
|||
purchaseType: 'hatchingPotions',
|
||||
};
|
||||
}).sortBy('key').value();
|
||||
categories.push(premiumHatchingPotionsCategory);
|
||||
|
||||
let foodCategory = {
|
||||
identifier: 'food',
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue