From e815c7140d04f43fc8dccd97f41cc1a6259d486e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 16 Oct 2021 12:41:25 -0400 Subject: [PATCH] Adjust Viola's size --- presets/characters.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index 946edd65..b48dae04 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17701,8 +17701,8 @@ characterMakers.push(() => makeCharacter( { name: "Viola", species: ["stoat"], tags: ["anthro"] }, { front: { - height: math.unit(1, "feet"), - weight: math.unit(16, "lb"), + height: math.unit(1.49, "feet"), + weight: math.unit(45, "lb"), name: "Front", image: { source: "./media/characters/viola/front.svg" @@ -17712,7 +17712,7 @@ characterMakers.push(() => makeCharacter( [ { name: "Normal", - height: math.unit(1, "feet"), + height: math.unit(1.49, "feet"), default: true }, ]