Sfoglia il codice sorgente

Make Fen LARGER

tags/v0.0.5
Fen Dweller 6 anni fa
parent
commit
a5214262c2
1 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. +6
    -2
      presets/characters.js

+ 6
- 2
presets/characters.js Vedi File

@@ -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")


Loading…
Annulla
Salva