Browse Source

Fix Andrew's normal height

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
ca14ec486b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js View File

@@ -5529,7 +5529,7 @@ characterMakers["Andrew Cooper"] = () => {
},
{
name: "Normal",
height: math.unit(194, "cm"),
height: math.unit(5 + 6/12, "feet"),
default: true
}
]


Loading…
Cancel
Save