From bab98ab2a1fc376ebf4751d4d535dd4fcaef462d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 26 Mar 2020 23:50:01 -0400 Subject: [PATCH] Adjust the sizes for humans --- presets/food.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presets/food.js b/presets/food.js index aab0f9bd..031d86f9 100644 --- a/presets/food.js +++ b/presets/food.js @@ -7,13 +7,13 @@ function makeFood() { "Human", { woman1: { - height: math.unit(5 + 4/12, "feet"), + height: math.unit(5 + 7/12, "feet"), mass: math.unit(140, "lbs"), image: { source: "./media/food/humans/woman-1.svg" }, name: "Woman 1" }, man1: { - height: math.unit(5 + 6/12, "feet"), + height: math.unit(5 + 11/12, "feet"), mass: math.unit(150, "lbs"), image: { source: "./media/food/humans/man-1.svg" }, name: "Man 1"