mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-11 14:59:12 +00:00
chore(event): end Floral Potion availability
This commit is contained in:
parent
c33b7273fa
commit
271f4b760d
2 changed files with 2 additions and 2 deletions
|
|
@ -520,7 +520,7 @@ api.premiumHatchingPotions = {
|
|||
text: t('hatchingPotionFloral'),
|
||||
limited: true,
|
||||
canBuy: (function() {
|
||||
return true;
|
||||
return false;
|
||||
}),
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@
|
|||
| {{::pot.value}}
|
||||
span.Pet_Currency_Gem1x.inline-gems
|
||||
|
||||
li.customize-menu
|
||||
// li.customize-menu
|
||||
menu.pets-menu!=env.t('magicHatchingPotions') + " - " + env.t('springEventAvailability')
|
||||
p.muted=env.t('premiumPotionNoDropExplanation')
|
||||
div(ng-repeat='pot in Content.hatchingPotions', ng-if='pot.premium && pot.canBuy(user)')
|
||||
|
|
|
|||
Loading…
Reference in a new issue