fix bug where dropEggs were used for both types of mounts (instead of 'source')

This commit is contained in:
Alice Harris 2014-10-06 13:18:39 +10:00
parent e5700a35e2
commit 0c377343d5

View file

@ -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