Explorar el Código

Fix Arador's weights

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

+ 2
- 2
presets/characters.js Ver fichero

@@ -18955,7 +18955,7 @@ characterMakers["Arador"] = () => {
{
anthro: {
height: math.unit(8 + 3/12, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(450, "lb"),
name: "Anthro",
image: {
source: "./media/characters/arador/anthro.svg",
@@ -18965,7 +18965,7 @@ characterMakers["Arador"] = () => {
},
feral: {
height: math.unit(4, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(200, "lb"),
name: "Feral",
image: {
source: "./media/characters/arador/feral.svg",


Cargando…
Cancelar
Guardar