mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
10 lines
270 B
JavaScript
10 lines
270 B
JavaScript
import prefill from '../prefill';
|
|
import sets from '../sets';
|
|
import t from '../../translation';
|
|
|
|
export default prefill({
|
|
0: {},
|
|
1: { text: t('smallMustache'), price: 2, set: sets.facialHair },
|
|
2: { text: t('largeMustache'), price: 2, set: sets.facialHair },
|
|
});
|