瀏覽代碼

Update Clove's weight

master
Fen Dweller 5 年之前
父節點
當前提交
dbba2a12f9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      presets/characters.js

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

@@ -27445,7 +27445,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(10, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(750, "lb"),
name: "Front",
image: {
source: "./media/characters/clove/front.svg",
@@ -27455,7 +27455,7 @@ characterMakers.push(() => makeCharacter(
},
back: {
height: math.unit(10, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(750, "lb"),
name: "Back",
image: {
source: "./media/characters/clove/back.svg",


Loading…
取消
儲存