Merge pull request #3172 from PeterHatch/back-accessory-layer-beneath-skin

Draw the back accessory layer before the skin layer.
This commit is contained in:
Tyler Renelle 2014-03-30 10:32:08 -06:00
commit 2031b23a91

View file

@ -11,13 +11,13 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(
span(ng-if='profile.stats.buffs.snowball')
span.snowman
span(ng-if='!profile.stats.buffs.snowball')
// Avatar
span(class='skin_{{profile.preferences.skin}}')
// Back Accessory
span(class='{{profile.items.gear.equipped.back}}', ng-if='!profile.preferences.costume')
span(class='{{profile.items.gear.costume.back}}', ng-if='profile.preferences.costume')
// Avatar
span(class='skin_{{profile.preferences.skin}}')
// Shirt
span(class='{{profile.preferences.size}}_shirt_{{profile.preferences.shirt}}')