From 9afaa92c2ea1eb99be858e04fa71e687f6a01b98 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 30 Sep 2015 15:31:09 -0400 Subject: [PATCH] feat(magic-potions): Clarify drop behavior --- common/locales/en/pets.json | 1 + website/views/options/inventory/drops.jade | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/locales/en/pets.json b/common/locales/en/pets.json index fab7bc6ff1..528c36ed9e 100644 --- a/common/locales/en/pets.json +++ b/common/locales/en/pets.json @@ -32,6 +32,7 @@ "food": "Food and Saddles", "noFood": "You don't have any food or saddles.", "dropsExplanation": "Get these items faster with Gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", + "premiumPotionNoDropExplanation": "Magic Hatching Potions cannot be used on eggs received from Quests. The only way to get Magic Hatching Potions is by buying them below, not from random drops.", "beastMasterProgress": "Beast Master Progress", "stableBeastMasterProgress": "Beast Master Progress: <%= number %> Pets Found", "beastAchievement": "You have earned the \"Beast Master\" Achievement for collecting all the pets!", diff --git a/website/views/options/inventory/drops.jade b/website/views/options/inventory/drops.jade index b0d385c346..f4eaef8487 100644 --- a/website/views/options/inventory/drops.jade +++ b/website/views/options/inventory/drops.jade @@ -126,7 +126,7 @@ li.customize-menu menu.pets-menu!=env.t('magicHatchingPotions') + " - " + env.t('fallEventAvailability') - p.muted=env.t('premiumPotionAddlNotes') + p.muted=env.t('premiumPotionNoDropExplanation') div(ng-repeat='pot in Content.hatchingPotions', ng-if='pot.premium && pot.canBuy(user)') button.customize-option(class='Pet_HatchingPotion_{{::pot.key}}', popover='{{::pot.notes()}} {{::pot.addlNotes()}}', popover-append-to-body='true',