diff --git a/presets/characters.js b/presets/characters.js index a698b8bf..48318dff 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2874,12 +2874,16 @@ characterMakers["Vulpes"] = () => { [ { name: "Micro", - height: math.unit(3, "inches") + height: math.unit(2, "inches") }, { name: "Normal", height: math.unit(6.3, "feet") }, + { + name: "Macro", + height: math.unit(850, "feet") + }, { name: "Megamacro", height: math.unit(7500, "feet")