Переглянути джерело

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


Завантаження…
Відмінити
Зберегти