Sfoglia il codice sorgente

Add a macro size for Persephone

master
Fen Dweller 4 anni fa
parent
commit
ae1eb1dd77
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js Vedi File

@@ -43565,7 +43565,11 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Human Size",
height: math.unit(6, "feet"),
height: math.unit(6, "feet")
},
{
name: "Big Steppy",
height: math.unit(600, "meters"),
default: true
},
{


Loading…
Annulla
Salva