Merge pull request #4498 from crookedneighbor/see-mp

See mp on stats page
This commit is contained in:
Blade Barringer 2015-01-22 11:57:15 -06:00
commit 042f2fbceb

View file

@ -4,6 +4,10 @@ table.table.table-striped
td
strong=env.t('health')
| : {{profile.stats.hp | number:0}} / 50
tr(ng-if='profile.stats.lvl >= 10 && !profile.preferences.disableClasses')
td
strong=env.t('mana')
| : {{profile.stats.mp | number:0}} / {{profile._statsComputed.maxMP}}
tr
td
strong=env.t('gold')