Converted floor mechanism to filter to match health calculation

This commit is contained in:
Blade Barringer 2015-01-09 09:50:13 -06:00
parent 34bd7cb879
commit 2d0d2cedd9

View file

@ -7,7 +7,7 @@ table.table.table-striped
tr
td
strong=env.t('mana')
| : {{Math.floor(user.stats.mp)}} / {{user._statsComputed.maxMP}}
| : {{user.stats.mp | number:0}} / {{user._statsComputed.maxMP}}
tr
td
strong=env.t('gold')