From cc00602112d510cada697c95a9edde27e3d16c41 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 4 Jan 2016 11:56:34 -0500 Subject: [PATCH] fix(event): remove magic potions --- common/script/content/index.js | 2 +- website/views/options/inventory/drops.jade | 2 +- website/views/options/inventory/seasonal-shop.jade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/script/content/index.js b/common/script/content/index.js index c81656e306..9246dc498b 100644 --- a/common/script/content/index.js +++ b/common/script/content/index.js @@ -1045,7 +1045,7 @@ api.premiumHatchingPotions = { text: t('hatchingPotionPeppermint'), 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 9718cc2283..0062c5ac02 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('winterEventAvailability') p.muted=env.t('premiumPotionNoDropExplanation') div(ng-repeat='pot in Content.hatchingPotions', ng-if='pot.premium && pot.canBuy(user)') diff --git a/website/views/options/inventory/seasonal-shop.jade b/website/views/options/inventory/seasonal-shop.jade index b7d3416310..c89826fda7 100644 --- a/website/views/options/inventory/seasonal-shop.jade +++ b/website/views/options/inventory/seasonal-shop.jade @@ -42,7 +42,7 @@ ng-click='purchase("special", Content.spells.special.snowball)') p {{::Content.spells.special.snowball.value}} span(class='shop_gold') - div + // div button.customize-option(class='Pet_HatchingPotion_Peppermint', popover='{{::Content.hatchingPotions.Peppermint.notes()}}', popover-title!=env.t("potion", {potionType: "{{::Content.hatchingPotions.Peppermint.text()}}"}),