Browse Source

Add another size for Noma

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

+ 4
- 0
presets/characters.js View File

@@ -8765,6 +8765,10 @@ characterMakers["Nomaxice"] = () => {
name: "Norm", name: "Norm",
height: math.unit(1.82, "m") height: math.unit(1.82, "m")
}, },
{
name: "Norm+",
height: math.unit(8.8, "feet")
},
{ {
name: "Big", name: "Big",
height: math.unit(8, "meters"), height: math.unit(8, "meters"),


Loading…
Cancel
Save