classes: fix customizations based on habitrpg-shared#9821a88

This commit is contained in:
Tyler Renelle
2013-12-04 15:09:56 -07:00
parent 350e3681d7
commit 55d0a0a94d
3 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -19,10 +19,10 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(
//-span(class='{{equipped("weapon",profile.items.weapon,profile.preferences, profile.backer, profile.contributor)}}-{{profile.stats.class}}')
span(class='skin_{{profile.preferences.skin}}')
span(class='head_0')
span(class='{{profile.preferences.size}}_{{profile.items.gear.current.armor}}', ng-show='profile.preferences.showArmor')
span(class='head_warrior_0')
span(class='hair_base_{{profile.preferences.hair.base}}_{{profile.preferences.hair.color}}')
span(class='hair_bangs_{{profile.preferences.hair.bangs}}_{{profile.preferences.hair.color}}')
span(class='{{profile.items.gear.current.armor}}', ng-show='profile.preferences.showArmor')
span(class='{{profile.items.gear.current.head}}', ng-show='profile.preferences.showHelm')
span(class='{{profile.items.gear.current.shield}}', ng-show='profile.preferences.showShield')
span(class='{{profile.items.gear.current.weapon}}', ng-show='profile.preferences.showWeapon')