feat(market): Implement Deer egg purchase

Adds the Ghost Stag quest to the list of pet quests that unlock egg purchases in Market after 2 completions.
This commit is contained in:
Sabe Jones 2014-03-21 22:53:19 -05:00
parent 547c195ae9
commit 450a4e4ff5

View file

@ -112,6 +112,11 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
p
| {{Content.eggs.Hedgehog.value}}
span.Pet_Currency_Gem1x.inline-gems
div(ng-show='user.achievements.quests.ghost_stag > 1')
button.customize-option(popover='{{Content.eggs.Deer.notes}}', popover-title='{{Content.eggs.Deer.text}} Egg', popover-trigger='mouseenter', popover-placement='left', ng-click='purchase("eggs", Content.eggs.Deer)', class='Pet_Egg_Deer')
p
| {{Content.eggs.Deer.value}}
span.Pet_Currency_Gem1x.inline-gems
li.customize-menu
menu.pets-menu(label=env.t('hatchingPotions'))