| @@ -29203,14 +29203,18 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | |||||
| name: "Kenzie Flea", | |||||
| height: math.unit(2, "mm"), | |||||
| default: true | |||||
| }, | |||||
| { | { | ||||
| name: "Micro", | name: "Micro", | ||||
| height: math.unit(1.5, "inches") | height: math.unit(1.5, "inches") | ||||
| }, | }, | ||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(152, "feet"), | |||||
| default: true | |||||
| height: math.unit(152, "feet") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Megamacro", | name: "Megamacro", | ||||