Explorar el Código

Give Leonardo a default size

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
06c345399d
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js Ver fichero

@@ -17849,7 +17849,11 @@ characterMakers["Leonardo Lycheborne"] = () => {
},
},
[
{
name: "Normal",
height: math.unit(6 + 1/12, "feet"),
default: true
},
]
)
};


Cargando…
Cancelar
Guardar