Browse Source

Change Mal's default height

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

+ 3
- 3
presets/characters.js View File

@@ -8788,12 +8788,12 @@ characterMakers["Mal"] = () => {
},
{
name: "Normal",
height: math.unit(4, "feet")
height: math.unit(4, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(200, "feet"),
default: true
height: math.unit(200, "feet")
},
]
)


Loading…
Cancel
Save