| @@ -2135,6 +2135,7 @@ characterMakers.push(() => makeCharacter( | |||||
| front: { | front: { | ||||
| height: math.unit(12, "feet"), | height: math.unit(12, "feet"), | ||||
| weight: math.unit(2400, "lb"), | weight: math.unit(2400, "lb"), | ||||
| preyCapacity: math.unit(1, "people"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/fen/front.svg", | source: "./media/characters/fen/front.svg", | ||||
| @@ -2933,7 +2934,8 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Minimacro", | name: "Minimacro", | ||||
| height: math.unit(77, "feet") | |||||
| height: math.unit(77, "feet"), | |||||
| form: "anthro" | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||