| @@ -22464,7 +22464,7 @@ characterMakers.push(() => makeCharacter( | |||||
| form: "dragon", | form: "dragon", | ||||
| }, | }, | ||||
| kitsune_front: { | kitsune_front: { | ||||
| height: math.unit(5, "feet"), | |||||
| height: math.unit(7, "feet"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/taluthus/kitsune-front.svg", | source: "./media/characters/taluthus/kitsune-front.svg", | ||||
| @@ -22479,8 +22479,14 @@ characterMakers.push(() => makeCharacter( | |||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(5, "feet"), | height: math.unit(5, "feet"), | ||||
| form: "dragon", | |||||
| default: true, | default: true, | ||||
| allForms: true | |||||
| }, | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(7, "feet"), | |||||
| form: "kitsune", | |||||
| default: true | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||