diff --git a/common/script/content/index.js b/common/script/content/index.js index 8164d4e0e6..9cdc643023 100644 --- a/common/script/content/index.js +++ b/common/script/content/index.js @@ -520,7 +520,7 @@ api.premiumHatchingPotions = { text: t('hatchingPotionFloral'), limited: true, canBuy: (function() { - return true; + return false; }), }, }; diff --git a/website/views/options/inventory/drops.jade b/website/views/options/inventory/drops.jade index 322a5083f5..67c2b80d4e 100644 --- a/website/views/options/inventory/drops.jade +++ b/website/views/options/inventory/drops.jade @@ -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)')