Explorar el Código

Fix Tegon's default size

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

+ 5
- 1
presets/characters.js Ver fichero

@@ -5915,7 +5915,11 @@ characterMakers["Tegon"] = () => {
[
{
name: "Micro",
height: math.unit(1, "inch"),
height: math.unit(1, "inch")
},
{
name: "Normal",
height: math.unit(6 + 3/12, "feet"),
default: true
},
{


Cargando…
Cancelar
Guardar