mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
chore(event): end Floral Potion availability
This commit is contained in:
@@ -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)')
|
||||
|
||||
Reference in New Issue
Block a user