浏览代码

Fix Fory's paw length

master
Fen Dweller 3 年前
父节点
当前提交
06852712fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      presets/characters.js

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

@@ -3295,7 +3295,7 @@ characterMakers.push(() => makeCharacter(
name: "Paw Length", name: "Paw Length",
power: 1, power: 1,
type: "length", type: "length",
base: math.unit(0.7, "m")
base: math.unit(0.45, "m")
} }
} }
}, },


正在加载...
取消
保存