Browse Source

Fix a typo in Xavier Thyme's height

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

+ 2
- 2
presets/characters.js View File

@@ -25232,7 +25232,7 @@ characterMakers.push(() => makeCharacter(
{ name: "Xavier Thyme" },
{
front: {
height: math.unit(7 + 1012, "feet"),
height: math.unit(7 + 10/12, "feet"),
weight: math.unit(255, "lb"),
name: "Front",
image: {
@@ -25242,7 +25242,7 @@ characterMakers.push(() => makeCharacter(
}
},
frontRaven: {
height: math.unit(7 + 1012, "feet"),
height: math.unit(7 + 10/12, "feet"),
weight: math.unit(255, "lb"),
name: "Front (Raven)",
image: {


Loading…
Cancel
Save