Browse Source

Update Clove's weight

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

+ 2
- 2
presets/characters.js View File

@@ -27445,7 +27445,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(10, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(750, "lb"),
name: "Front",
image: {
source: "./media/characters/clove/front.svg",
@@ -27455,7 +27455,7 @@ characterMakers.push(() => makeCharacter(
},
back: {
height: math.unit(10, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(750, "lb"),
name: "Back",
image: {
source: "./media/characters/clove/back.svg",


Loading…
Cancel
Save