diff --git a/media/attribution.js b/media/attribution.js index ea529099..aebc0c69 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14609,6 +14609,7 @@ const attributionData = { { name: "front-caribou.svg", source: null , nsfw: true }, { name: "side-caribou.svg", source: null , nsfw: true }, { name: "back-caribou.svg", source: null , nsfw: true }, + { name: "maw-caribou.svg", source: null, nsfw: false }, { name: "maw-caribousune.svg", source: null, nsfw: false }, { name: "paw-caribousune.svg", source: null, nsfw: false }, ], diff --git a/media/characters/lisa/maw-caribou.svg b/media/characters/lisa/maw-caribou.svg new file mode 100644 index 00000000..8c86f57f --- /dev/null +++ b/media/characters/lisa/maw-caribou.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lisa/maw-caribousune.svg b/media/characters/lisa/maw-caribousune.svg index 8c86f57f..c85ffff1 100644 --- a/media/characters/lisa/maw-caribousune.svg +++ b/media/characters/lisa/maw-caribousune.svg @@ -1,200 +1,183 @@ + width="276.46" height="350.76" viewBox="0 0 276.46 350.76" style="enable-background:new 0 0 276.46 350.76;" xml:space="preserve"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 058f8acc..64b5d7f0 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -38370,9 +38370,16 @@ characterMakers.push(() => makeCharacter( bottom: 44/1845 } }, - mawCaribousune: { + mawCaribou: { height: math.unit(1.45, "feet"), name: "Maw (Caribou)", + image: { + source: "./media/characters/lisa/maw-caribou.svg" + } + }, + mawCaribousune: { + height: math.unit(1.45, "feet"), + name: "Maw (Caribousune)", image: { source: "./media/characters/lisa/maw-caribousune.svg" }