Browse Source

Adjust Winter's weight

master
Fen Dweller 4 years ago
parent
commit
1f154913a8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js View File

@@ -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",


Loading…
Cancel
Save