Files
habitica/website/common/script/content/appearance/hair/beard.js
2024-04-02 17:58:06 -05:00

11 lines
323 B
JavaScript

import prefill from '../prefill';
import sets from '../sets';
import t from '../../translation';
export default prefill({
0: {},
1: { text: t('goatee'), price: 2, set: sets.facialHair },
2: { text: t('shortBeard'), price: 2, set: sets.facialHair },
3: { text: t('longBeard'), price: 2, set: sets.facialHair },
});