Explorar el Código

Change Chimera's default size

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

+ 3
- 3
presets/characters.js Ver fichero

@@ -53254,12 +53254,12 @@ characterMakers.push(() => makeCharacter(
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(7, "feet"),
default: true
height: math.unit(7, "feet")
}, },
{ {
name: "Gigamacro", name: "Gigamacro",
height: math.unit(2.9, "gigameters")
height: math.unit(2.9, "gigameters"),
default: true
}, },
{ {
name: "Universal", name: "Universal",


Cargando…
Cancelar
Guardar