Procházet zdrojové kódy

Add a normal height for Odi

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
f24b8db527
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +6
    -1
      presets/characters.js

+ 6
- 1
presets/characters.js Zobrazit soubor

@@ -5018,7 +5018,12 @@ characterMakers["Odi Lunar"] = () => {
[
{
name: "Micro",
height: math.unit(3, "inches")
height: math.unit(3, "inches"),
default: true
},
{
name: "Normal",
height: math.unit(5.5, "feet")
}
]
)


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