[#1969] add in @Fandekasp's shirts, had to do separate commit for handling of

user.preferences.shirt
This commit is contained in:
Tyler Renelle
2013-12-14 00:35:03 -07:00
parent 549add08ed
commit dc348d5601
5 changed files with 43 additions and 7 deletions
+1
View File
@@ -11,6 +11,7 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(
// Avatar
span(class='skin_{{profile.preferences.skin}}')
span(class='{{profile.preferences.size}}_shirt_{{profile.preferences.shirt}}')
span(class='{{profile.preferences.size}}_{{profile.items.gear.equipped.armor}}', ng-if='!profile.preferences.costume')
span(class='{{profile.preferences.size}}_{{profile.items.gear.costume.armor}}', ng-if='profile.preferences.costume')