Added mana to stats page

This commit is contained in:
Blade Barringer
2015-01-09 09:47:06 -06:00
parent c96ae618db
commit 34bd7cb879
+4
View File
@@ -4,6 +4,10 @@ table.table.table-striped
td
strong=env.t('health')
| : {{profile.stats.hp | number:0}} / 50
tr
td
strong=env.t('mana')
| : {{Math.floor(user.stats.mp)}} / {{user._statsComputed.maxMP}}
tr
td
strong=env.t('gold')