瀏覽代碼

Add a normal height for Odi

tags/v0.1.0
Fen Dweller 6 年之前
父節點
當前提交
f24b8db527
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. +6
    -1
      presets/characters.js

+ 6
- 1
presets/characters.js 查看文件

@@ -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…
取消
儲存