Sfoglia il codice sorgente

Fix Arador's weights

tags/v0.1.0
Fen Dweller 6 anni fa
parent
commit
6c5aedcf95
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Vedi File

@@ -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",


Loading…
Annulla
Salva