mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
chore(event): end Floral Potion availability
This commit is contained in:
@@ -520,7 +520,7 @@ api.premiumHatchingPotions = {
|
|||||||
text: t('hatchingPotionFloral'),
|
text: t('hatchingPotionFloral'),
|
||||||
limited: true,
|
limited: true,
|
||||||
canBuy: (function() {
|
canBuy: (function() {
|
||||||
return true;
|
return false;
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -136,7 +136,7 @@
|
|||||||
| {{::pot.value}}
|
| {{::pot.value}}
|
||||||
span.Pet_Currency_Gem1x.inline-gems
|
span.Pet_Currency_Gem1x.inline-gems
|
||||||
|
|
||||||
li.customize-menu
|
// li.customize-menu
|
||||||
menu.pets-menu!=env.t('magicHatchingPotions') + " - " + env.t('springEventAvailability')
|
menu.pets-menu!=env.t('magicHatchingPotions') + " - " + env.t('springEventAvailability')
|
||||||
p.muted=env.t('premiumPotionNoDropExplanation')
|
p.muted=env.t('premiumPotionNoDropExplanation')
|
||||||
div(ng-repeat='pot in Content.hatchingPotions', ng-if='pot.premium && pot.canBuy(user)')
|
div(ng-repeat='pot in Content.hatchingPotions', ng-if='pot.premium && pot.canBuy(user)')
|
||||||
|
|||||||
Reference in New Issue
Block a user