소스 검색

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",


불러오는 중...
취소
저장