Procházet zdrojové kódy

Fix Zaakira's height

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
28f51fc562
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

@@ -2935,14 +2935,14 @@ characterMakers["Zaakira"] = () => {
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(8, "feet")
height: math.unit(12, "feet")
}, },
{ {
name: "Macro", name: "Macro",
height: math.unit(216, "feet")
height: math.unit(279, "feet")
} }
], ],
math.unit(216, "feet")
math.unit(279, "feet")
) )
}; };




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