소스 검색

Change Mal's default height

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
350703e836
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js 파일 보기

@@ -8788,12 +8788,12 @@ characterMakers["Mal"] = () => {
},
{
name: "Normal",
height: math.unit(4, "feet")
height: math.unit(4, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(200, "feet"),
default: true
height: math.unit(200, "feet")
},
]
)


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