Explorar el Código

Add a macro size for Persephone

master
Fen Dweller hace 4 años
padre
commit
ae1eb1dd77
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js Ver fichero

@@ -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
},
{


Cargando…
Cancelar
Guardar