Procházet zdrojové kódy

Tweak Angel's height

master
Fen Dweller před 5 roky
rodič
revize
3fd86fa5ba
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

@@ -23454,7 +23454,7 @@ characterMakers.push(() => makeCharacter(
{ name: "Angel", species: ["catgirl"], tags: ["anthro"] }, { name: "Angel", species: ["catgirl"], tags: ["anthro"] },
{ {
front: { front: {
height: math.unit(7, "feet"),
height: math.unit(7 + 2/12, "feet"),
weight: math.unit(200, "lb"), weight: math.unit(200, "lb"),
name: "Front", name: "Front",
image: { image: {
@@ -23467,7 +23467,7 @@ characterMakers.push(() => makeCharacter(
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(7, "feet")
height: math.unit(7 + 2/12, "feet")
}, },
{ {
name: "Macro", name: "Macro",


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