Browse Source

Fix Tegon's default size

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

+ 5
- 1
presets/characters.js View File

@@ -5915,7 +5915,11 @@ characterMakers["Tegon"] = () => {
[ [
{ {
name: "Micro", name: "Micro",
height: math.unit(1, "inch"),
height: math.unit(1, "inch")
},
{
name: "Normal",
height: math.unit(6 + 3/12, "feet"),
default: true default: true
}, },
{ {


Loading…
Cancel
Save