mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
WIP(shops): fixes and Hall of Heroes update
This commit is contained in:
@@ -379,7 +379,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
|
||||
case 'haircolor': {
|
||||
itemInfo = {
|
||||
key: item.key,
|
||||
class: `icon_color_hair_bangs_${user.preferences.hair.bangs || 1}_${item.key}`,
|
||||
class: `icon_hair_bangs_${user.preferences.hair.bangs || 1}_${item.key}`,
|
||||
currency: 'gems',
|
||||
locked: false,
|
||||
notes: '',
|
||||
|
||||
Reference in New Issue
Block a user