diff --git a/src/display.ts b/src/display.ts index 6dd95640..037a83c6 100644 --- a/src/display.ts +++ b/src/display.ts @@ -111,7 +111,7 @@ const drawFeature = ( return; } if ( - ["hat", "hat2", "hat3"].includes(face.accessories.id) && + ["hat", "hat2", "hat3", "santa-hat"].includes(face.accessories.id) && info.name == "hair" ) { if ( diff --git a/svgs/accessories/santa-hat.svg b/svgs/accessories/santa-hat.svg new file mode 100644 index 00000000..b5cb66c0 --- /dev/null +++ b/svgs/accessories/santa-hat.svg @@ -0,0 +1,9 @@ + + santa-hat + + + + + + + \ No newline at end of file diff --git a/svgs/hair/short-fade-2.svg b/svgs/hair/short-fade-2.svg new file mode 100644 index 00000000..09206439 --- /dev/null +++ b/svgs/hair/short-fade-2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/tools/lib/genders.js b/tools/lib/genders.js index a3550c24..f0ac462e 100644 --- a/tools/lib/genders.js +++ b/tools/lib/genders.js @@ -7,6 +7,7 @@ export const genders = { "headband-high": "both", headband: "both", none: "both", + "santa-hat": "both", }, body: { body: "both", @@ -234,6 +235,7 @@ export const genders = { shaggy2: "both", "short-bald": "male", "short-fade": "male", + "short-fade-2": "male", short: "male", short2: "male", short3: "both",