diff --git a/presets/characters.js b/presets/characters.js index 072f9298..2aa3ccb2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -5018,7 +5018,12 @@ characterMakers["Odi Lunar"] = () => { [ { name: "Micro", - height: math.unit(3, "inches") + height: math.unit(3, "inches"), + default: true + }, + { + name: "Normal", + height: math.unit(5.5, "feet") } ] )