瀏覽代碼

Fix Arador's weights

tags/v0.1.0
Fen Dweller 6 年之前
父節點
當前提交
6c5aedcf95
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      presets/characters.js

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

@@ -18955,7 +18955,7 @@ characterMakers["Arador"] = () => {
{
anthro: {
height: math.unit(8 + 3/12, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(450, "lb"),
name: "Anthro",
image: {
source: "./media/characters/arador/anthro.svg",
@@ -18965,7 +18965,7 @@ characterMakers["Arador"] = () => {
},
feral: {
height: math.unit(4, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Feral",
image: {
source: "./media/characters/arador/feral.svg",


Loading…
取消
儲存