diff --git a/presets/characters.js b/presets/characters.js index 292811f0..23562e48 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17217,11 +17217,19 @@ characterMakers["Kyrehx"] = () => { }, }, [ + { + name: "Micro", + height: math.unit(2, "inches") + }, { name: "Normal", height: math.unit(8, "feet"), default: true }, + { + name: "Macro", + height: math.unit(255, "feet") + }, ] ) };