|
|
|
@@ -50696,7 +50696,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
weight: math.unit(4000, "lb"), |
|
|
|
weight: math.unit(20000, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/winter/front.svg", |
|
|
|
@@ -50706,7 +50706,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
weight: math.unit(4000, "lb"), |
|
|
|
weight: math.unit(20000, "lb"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/winter/front-nsfw.svg", |
|
|
|
|