| @@ -28814,8 +28814,8 @@ characterMakers.push(() => makeCharacter( | |||||
| { name: "Snaps", species: ["cat"], tags: ["anthro"] }, | { name: "Snaps", species: ["cat"], tags: ["anthro"] }, | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(5 + 2/12, "feet"), | |||||
| weight: math.unit(120, "lb"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/snaps/front.svg", | source: "./media/characters/snaps/front.svg", | ||||
| @@ -28824,8 +28824,8 @@ characterMakers.push(() => makeCharacter( | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(5 + 2/12, "feet"), | |||||
| weight: math.unit(120, "lb"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/snaps/back.svg", | source: "./media/characters/snaps/back.svg", | ||||