|
|
|
@@ -9659,8 +9659,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Micro", |
|
|
|
height: math.unit(2, "inches"), |
|
|
|
default: true |
|
|
|
height: math.unit(2, "inches") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
@@ -9668,7 +9667,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(785, "feet") |
|
|
|
height: math.unit(785, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Megamacro", |
|
|
|
|