Explorar el Código

Fix Zaakira's height

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

+ 3
- 3
presets/characters.js Ver fichero

@@ -2935,14 +2935,14 @@ characterMakers["Zaakira"] = () => {
[
{
name: "Normal",
height: math.unit(8, "feet")
height: math.unit(12, "feet")
},
{
name: "Macro",
height: math.unit(216, "feet")
height: math.unit(279, "feet")
}
],
math.unit(216, "feet")
math.unit(279, "feet")
)
};



Cargando…
Cancelar
Guardar