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