| @@ -3382,6 +3382,11 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | |||||
| name: "Shortstack", | |||||
| height: math.unit(3, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(5 + 5 / 12, "feet") | height: math.unit(5 + 5 / 12, "feet") | ||||
| @@ -3392,8 +3397,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(100, "feet"), | |||||
| default: true | |||||
| height: math.unit(100, "feet") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro+", | name: "Macro+", | ||||