Procházet zdrojové kódy

Make Joshii small lol

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

+ 3
- 3
presets/characters.js Zobrazit soubor

@@ -8080,12 +8080,12 @@ characterMakers.push(() => makeCharacter(
[ [
{ {
name: "Micro", name: "Micro",
height: math.unit(2, "inches")
height: math.unit(2, "inches"),
default: true
}, },
{ {
name: "Normal", name: "Normal",
height: math.unit(5 + 5 / 12, "feet"),
default: true
height: math.unit(5 + 5 / 12, "feet")
}, },
{ {
name: "Macro", name: "Macro",


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