mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix(flowers): FLOWERS ON FLOWERS
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
@@ -62,7 +62,7 @@ mixin avatar(opts)
|
|||||||
span(class='{{profile.items.gear.costume.headAccessory}}', ng-if='profile.preferences.costume')
|
span(class='{{profile.items.gear.costume.headAccessory}}', ng-if='profile.preferences.costume')
|
||||||
|
|
||||||
// Flower
|
// Flower
|
||||||
span(class='hair_flower_{{profile.preferences.hair.flower}}')
|
span(class='hair_flower_{{profile.preferences.hair.flower}}')
|
||||||
|
|
||||||
// Shield
|
// Shield
|
||||||
span(class='{{profile.items.gear.equipped.shield}}', ng-if='!profile.preferences.costume')
|
span(class='{{profile.items.gear.equipped.shield}}', ng-if='!profile.preferences.costume')
|
||||||
|
|||||||
Reference in New Issue
Block a user