chore(event): end Floral Potion availability

This commit is contained in:
Sabe Jones
2016-06-01 15:08:35 +00:00
parent c33b7273fa
commit 271f4b760d
2 changed files with 2 additions and 2 deletions

View File

@@ -520,7 +520,7 @@ api.premiumHatchingPotions = {
text: t('hatchingPotionFloral'), text: t('hatchingPotionFloral'),
limited: true, limited: true,
canBuy: (function() { canBuy: (function() {
return true; return false;
}), }),
}, },
}; };

View File

@@ -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)')