Explorar el Código

Fix Lilith Zott's default height

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

+ 3
- 3
presets/characters.js Ver fichero

@@ -32848,12 +32848,12 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Preferred Height",
height: math.unit(200, "feet"),
default: true
height: math.unit(200, "feet")
},
{
name: "Max Height",
height: math.unit(1030, "feet")
height: math.unit(1030, "feet"),
default: true
},
]
))


Cargando…
Cancelar
Guardar