Procházet zdrojové kódy

Fix Tegon's default size

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

+ 5
- 1
presets/characters.js Zobrazit soubor

@@ -5915,7 +5915,11 @@ characterMakers["Tegon"] = () => {
[
{
name: "Micro",
height: math.unit(1, "inch"),
height: math.unit(1, "inch")
},
{
name: "Normal",
height: math.unit(6 + 3/12, "feet"),
default: true
},
{


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