classes: fix customizations based on habitrpg-shared#9821a88
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user