habitica-self-host/website/common/script/content/appearance/hair/mustache.js

10 lines
270 B
JavaScript
Raw Normal View History

2019-10-09 14:51:17 +00:00
import prefill from '../prefill';
import sets from '../sets';
import t from '../../translation';
2019-10-01 15:53:48 +00:00
export default prefill({
0: {},
1: { text: t('smallMustache'), price: 2, set: sets.facialHair },
2: { text: t('largeMustache'), price: 2, set: sets.facialHair },
});