mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(hairstyles): base layer above bangs
This commit is contained in:
@@ -17,4 +17,10 @@ module.exports = prefill({
|
||||
12: {price: 2, set: sets.baseHair2},
|
||||
13: {price: 2, set: sets.baseHair2},
|
||||
14: {price: 2, set: sets.baseHair2},
|
||||
15: {price: 2, set: sets.baseHair3},
|
||||
16: {price: 2, set: sets.baseHair3},
|
||||
17: {price: 2, set: sets.baseHair3},
|
||||
18: {price: 2, set: sets.baseHair3},
|
||||
19: {price: 2, set: sets.baseHair3},
|
||||
20: {price: 2, set: sets.baseHair3},
|
||||
});
|
||||
|
||||
@@ -4,7 +4,6 @@ import beard from './beard.js';
|
||||
import color from './color.js';
|
||||
import flower from './flower.js';
|
||||
import mustache from './mustache.js';
|
||||
import topHair from './top-hair.js';
|
||||
|
||||
module.exports = {
|
||||
color,
|
||||
@@ -13,5 +12,4 @@ module.exports = {
|
||||
flower,
|
||||
beard,
|
||||
mustache,
|
||||
topHair,
|
||||
};
|
||||
|
||||
@@ -4,7 +4,7 @@ import prefill from './prefill.js';
|
||||
module.exports = prefill({
|
||||
baseHair1: {setPrice: 5, text: t('hairSet1')},
|
||||
baseHair2: {setPrice: 5, text: t('hairSet2')},
|
||||
topHair: {setPrice: 5, text: t('hairSet3')},
|
||||
baseHair3: {setPrice: 5, text: t('hairSet3')},
|
||||
facialHair: {setPrice: 5, text: t('bodyFacialHair')},
|
||||
specialShirts: {setPrice: 5, text: t('specialShirts')},
|
||||
winterHairColors: {setPrice: 5, availableUntil: '2016-01-01'},
|
||||
|
||||
Reference in New Issue
Block a user