mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
added paw prints under Rare Pets (currently there are none on the site)
This commit is contained in:
parent
a351745a86
commit
9886d2c177
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ script(type='text/ng-template', id='partials/options.inventory.mounts.html')
|
|||
each t,k in env.Content.specialMounts
|
||||
- var animal = k.split('-')[0], color = k.split('-')[1]
|
||||
button(ng-if='user.items.mounts["#{animal}-#{color}"]', class="pet-button Mount_Head_#{animal}-#{color}", ng-class='{active: user.items.currentMount == "#{animal}-#{color}"}', ng-click='chooseMount("#{animal}", "#{color}")', popover=env.t(t), popover-trigger='mouseenter', popover-placement='bottom')
|
||||
// button(class="pet-button pet-not-owned", ng-hide='user.items.mounts["#{mount}"]')
|
||||
// .PixelPaw
|
||||
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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue