mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
[#1994] fixes to MP bar
This commit is contained in:
parent
61d95cfda8
commit
5f689960b6
1 changed files with 2 additions and 2 deletions
|
|
@ -25,10 +25,10 @@
|
|||
a(ng-click='toggleChart("exp")', tooltip='Progress')
|
||||
i.icon-signal
|
||||
.meter.mana(title='Mana', ng-if='user.flags.classSelected')
|
||||
.bar(style='width: {{percent(user.stats.mp, user._statsComputed.int+10)}}%;')
|
||||
.bar(style='width: {{user.stats.mp / user._statsComputed.maxMP * 100}}%;')
|
||||
span.meter-text
|
||||
i.icon-fire
|
||||
| {{user.stats.mp || 0 | number:0}} / {{user.stats.int+10}}
|
||||
| {{user.stats.mp || 0 | number:0}} / {{user._statsComputed.maxMP}}
|
||||
|
||||
// party
|
||||
span(ng-controller='PartyCtrl')
|
||||
|
|
|
|||
Loading…
Reference in a new issue