From 75acffa073693a738d4740b0c20ec2809bdf6c60 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 18 Dec 2013 10:20:14 -0700 Subject: [PATCH] show stealth buff in stats --- views/shared/profiles/stats.jade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/shared/profiles/stats.jade b/views/shared/profiles/stats.jade index d431eac228..2548ef2b25 100644 --- a/views/shared/profiles/stats.jade +++ b/views/shared/profiles/stats.jade @@ -37,6 +37,9 @@ table.table.table-striped i.icon-question-sign(popover-title='Class Gear', popover-trigger='mouseenter', popover-placement='right', popover="Wearing your class's gear gives that stat a 1.5% bonus, in addition to this number.") li Level: {{(profile.stats.lvl - 1) / 2}} li Buffs: {{profile.stats.buffs[k] || 0}} + tr(ng-if='profile.stats.buffs.stealth') + td + strong Stealth: {{profile.stats.buffs.stealth}} h4 Pets table.table.table-striped