Ver código fonte

Fix Zaakira's height

tags/v0.1.0
Fen Dweller 6 anos atrás
pai
commit
28f51fc562
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js Ver arquivo

@@ -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")
)
};



Carregando…
Cancelar
Salvar