Merge pull request #3087 from HabitRPG/sabe/quests

Allow purchase of quest pet eggs in Market
This commit is contained in:
Sabe Jones 2014-03-17 14:47:14 -05:00
commit 835be7f1e8

View file

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