mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-09 13:57:56 +00:00
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:
parent
547c195ae9
commit
450a4e4ff5
1 changed files with 5 additions and 0 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue