|
|
@@ -2465,6 +2465,10 @@ characterMakers.push(() => makeCharacter( |
|
|
name: "Normal", |
|
|
name: "Normal", |
|
|
height: math.unit(7 + 2/12, "feet") |
|
|
height: math.unit(7 + 2/12, "feet") |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Big", |
|
|
|
|
|
height: math.unit(11, "feet") |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: "Macro", |
|
|
name: "Macro", |
|
|
height: math.unit(302, "feet"), |
|
|
height: math.unit(302, "feet"), |
|
|
|