fix bug where dropEggs were used for both types of mounts (instead of 'source')
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user