Browse Source

Add a normal height for Odi

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

+ 6
- 1
presets/characters.js View File

@@ -5018,7 +5018,12 @@ characterMakers["Odi Lunar"] = () => {
[
{
name: "Micro",
height: math.unit(3, "inches")
height: math.unit(3, "inches"),
default: true
},
{
name: "Normal",
height: math.unit(5.5, "feet")
}
]
)


Loading…
Cancel
Save