Browse Source

Update Evander and Ailbhe's heights

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
530068f895
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js View File

@@ -7914,7 +7914,7 @@ characterMakers["Evander"] = () => {
[
{
name: "Normal",
height: math.unit(0.9, "meters")
height: math.unit(0.83, "meters")
},
]
)
@@ -8498,7 +8498,7 @@ characterMakers["Ailbhe"] = () => {
[
{
name: "Normal",
height: math.unit(1.2, "meters"),
height: math.unit(1.07, "meters"),
default: true
},
]


Loading…
Cancel
Save