Explorar el Código

Fix a typo in Xavier Thyme's height

master
Fen Dweller hace 5 años
padre
commit
b7d0f73fa4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Ver fichero

@@ -25232,7 +25232,7 @@ characterMakers.push(() => makeCharacter(
{ name: "Xavier Thyme" },
{
front: {
height: math.unit(7 + 1012, "feet"),
height: math.unit(7 + 10/12, "feet"),
weight: math.unit(255, "lb"),
name: "Front",
image: {
@@ -25242,7 +25242,7 @@ characterMakers.push(() => makeCharacter(
}
},
frontRaven: {
height: math.unit(7 + 1012, "feet"),
height: math.unit(7 + 10/12, "feet"),
weight: math.unit(255, "lb"),
name: "Front (Raven)",
image: {


Cargando…
Cancelar
Guardar