Procházet zdrojové kódy

Correct Pazuzu's height and weight

master
Fen Dweller před 5 roky
rodič
revize
2720cc3c40
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Zobrazit soubor

@@ -29208,8 +29208,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Pazuzu", species: ["demon"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(300, "meters"),
weight: math.unit(125000, "tonnes"),
name: "Front",
image: {
source: "./media/characters/pazuzu/front.svg",


Načítá se…
Zrušit
Uložit