Explorar el Código

Add a normal height for Odi

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

+ 6
- 1
presets/characters.js Ver fichero

@@ -5018,7 +5018,12 @@ characterMakers["Odi Lunar"] = () => {
[
{
name: "Micro",
height: math.unit(3, "inches")
height: math.unit(3, "inches"),
default: true
},
{
name: "Normal",
height: math.unit(5.5, "feet")
}
]
)


Cargando…
Cancelar
Guardar