From 7425a924e07ea789afa69773ca5c4a150683f603 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 21 Mar 2020 17:35:12 -0400 Subject: [PATCH] Adjust Sebi's height and weight --- presets/characters.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index 4a7ca636..33f81ec5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18042,7 +18042,7 @@ characterMakers["Sebi"] = () => { { frontDressed: { height: math.unit(70, "cm"), - weight: math.unit(5, "kg"), + weight: math.unit(6, "kg"), name: "Front (Dressed)", image: { source: "./media/characters/sebi/front-dressed.svg", @@ -18064,12 +18064,12 @@ characterMakers["Sebi"] = () => { [ { name: "Normal", - height: math.unit(70, "cm") + height: math.unit(70, "cm"), + default: true }, { name: "Macro", - height: math.unit(8, "meters"), - default: true + height: math.unit(8, "meters") }, ] )