fix(seasonal): NO FLOWERS

We do not say the F word here. Strange things happen in Habitica when someone uses that word. We speak only of "the smelly things with the petals."
This commit is contained in:
Sabe Jones
2015-04-01 23:07:36 -05:00
parent b6a4d65d8c
commit f0e7f0464c
16 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -17,9 +17,9 @@ mixin avatar(opts)
span.snowman
span(ng-if='profile.stats.buffs.spookDust')
span.spookman
span(ng-if='profile.stats.buffs.flower')
span(class='avatar_flower_{{profile.stats.class}}')
span(ng-if='!profile.stats.buffs.snowball && !profile.stats.buffs.spookDust && !profile.stats.buffs.flower')
span(ng-if='profile.stats.buffs.shinySeed')
span(class='avatar_floral_{{profile.stats.class}}')
span(ng-if='!profile.stats.buffs.snowball && !profile.stats.buffs.spookDust && !profile.stats.buffs.shinySeed')
// Back Accessory
span(class='{{profile.items.gear.equipped.back}}', ng-if='!profile.preferences.costume')