mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
fix(purchases): Correct hair path
Fixes https://github.com/HabitRPG/habitrpg/issues/4312.
This commit is contained in:
parent
4adf95feb6
commit
4ded747b88
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ mixin customizeProfile(mobile)
|
|||
// Purchasable hairstyles
|
||||
menu(label=env.t('hairSet1'))
|
||||
- var colors = [2,4,5,6,7,8]
|
||||
span(ng-hide='#{showPath("user.purchased.hair", colors, "&&")}')
|
||||
span(ng-hide='#{showPath("user.purchased.hair.base", colors, "&&")}')
|
||||
+gemCost(2)
|
||||
button.btn.btn-xs(ng-click='#{unlockPath("hair.base",colors)}')!= env.t('unlockSet',{cost:5}) + ' <span class="Pet_Currency_Gem1x inline-gems"/>'
|
||||
each num in colors
|
||||
|
|
|
|||
Loading…
Reference in a new issue