Explorar el Código

Fix Terry's weight

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

+ 1
- 1
presets/characters.js Ver fichero

@@ -46148,7 +46148,7 @@ characterMakers.push(() => makeCharacter(
{ {
side: { side: {
height: math.unit(12, "feet"), height: math.unit(12, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(4000, "lb"),
name: "Side", name: "Side",
image: { image: {
source: "./media/characters/terry/side.svg", source: "./media/characters/terry/side.svg",


Cargando…
Cancelar
Guardar