소스 검색

Remove the unused author field for characters

This is handled as part of the attribution data now. It was unused
for quite some time, but I kept adding 'em anyway!
tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
6e71b11e7d
3개의 변경된 파일3개의 추가작업 그리고 505개의 파일을 삭제
  1. +0
    -1
      .vscode/snippets.code-snippets
  2. +3
    -503
      presets/characters.js
  3. +0
    -1
      presets/species.js

+ 0
- 1
.vscode/snippets.code-snippets 파일 보기

@@ -50,7 +50,6 @@
"characterMakers[\"$1\"] = () => {",
" return makeCharacter(",
" \"$1\",",
" \"$2\",",
" {",
"",
" },",


+ 3
- 503
presets/characters.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 0
- 1
presets/species.js 파일 보기

@@ -3,7 +3,6 @@ const speciesMakers = {};
speciesMakers["Synx"] = () => {
const species = makeCharacter(
"Synx",
"ChimeraSynx",
{
goochick: {
height: math.unit(0.5, "feet"),


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