Przeglądaj źródła

Make Fen LARGER

tags/v0.0.5
Fen Dweller 6 lat temu
rodzic
commit
a5214262c2
1 zmienionych plików z 6 dodań i 2 usunięć
  1. +6
    -2
      presets/characters.js

+ 6
- 2
presets/characters.js Wyświetl plik

@@ -67,11 +67,15 @@ characterMakers["Fen"] = () => {
}, },
{ {
name: "Macro", name: "Macro",
height: math.unit(30, "meter")
height: math.unit(100, "meter")
}, },
{ {
name: "Macro+", name: "Macro+",
height: math.unit(100, "meter")
height: math.unit(1000, "meter")
},
{
name: "Megamacro",
height: math.unit(10, "miles")
} }
], ],
math.unit(100, "meter") math.unit(100, "meter")


Ładowanie…
Anuluj
Zapisz