Explorar el Código

Fix Andrew's normal height

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

+ 1
- 1
presets/characters.js Ver fichero

@@ -5529,7 +5529,7 @@ characterMakers["Andrew Cooper"] = () => {
},
{
name: "Normal",
height: math.unit(194, "cm"),
height: math.unit(5 + 6/12, "feet"),
default: true
}
]


Cargando…
Cancelar
Guardar