Browse Source

Move names into the info block (for characters, at least)

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
21aa194400
2 changed files with 511 additions and 514 deletions
  1. +510
    -513
      presets/characters.js
  2. +1
    -1
      presets/species.js

+ 510
- 513
presets/characters.js
File diff suppressed because it is too large
View File


+ 1
- 1
presets/species.js View File

@@ -2,7 +2,7 @@ const speciesMakers = {};

speciesMakers["Synx"] = () => {
const species = makeCharacter(
"Synx",
{ name: "Synx" },
{
goochick: {
height: math.unit(0.5, "feet"),


Loading…
Cancel
Save