mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
fix bug where dropEggs were used for both types of mounts (instead of 'source')
This commit is contained in:
parent
e5700a35e2
commit
0c377343d5
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ mixin petList(source)
|
|||
|
||||
mixin mountList(source)
|
||||
menu.pets(type='list')
|
||||
each egg in env.Content.dropEggs
|
||||
each egg in source
|
||||
-if(!egg.noMount) {
|
||||
li.customize-menu
|
||||
menu
|
||||
|
|
@ -57,7 +57,6 @@ script(type='text/ng-template', id='partials/options.inventory.mounts.html')
|
|||
button(class="pet-button pet-not-owned", ng-hide='user.items.mounts["#{mount}"]')
|
||||
.PixelPaw
|
||||
|
||||
|
||||
script(type='text/ng-template', id='partials/options.inventory.pets.html')
|
||||
.container-fluid
|
||||
.stable.row
|
||||
|
|
|
|||
Loading…
Reference in a new issue