Adjusted count for remaining gem count

This commit is contained in:
Blade Barringer 2014-12-04 17:48:01 -06:00 committed by Sabe Jones
parent ce8b6d2901
commit efcf9099f4

View file

@ -201,7 +201,7 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
div(ng-if='user.purchased.plan.planId')
button.customize-option(ng-click='user.ops.purchase({params:{type:"gems",key:"gem"}})')
span.Pet_Currency_Gem.inline-gems
.badge.badge-info.stack-count {{Shared.planGemLimits.convCap - User.user.purchased.plan.gemsBought}}
.badge.badge-info.stack-count {{Shared.planGemLimits.convCap + user.purchased.plan.consecutive.gemCapExtra - User.user.purchased.plan.gemsBought}}
p
| 20
span.shop_gold