|
|
|
@@ -8080,12 +8080,12 @@ characterMakers.push(() => makeCharacter( |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Micro", |
|
|
|
height: math.unit(2, "inches") |
|
|
|
height: math.unit(2, "inches"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 5 / 12, "feet"), |
|
|
|
default: true |
|
|
|
height: math.unit(5 + 5 / 12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
|