Przeglądaj źródła

Make Varg's gigamacro size the default

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

+ 3
- 3
presets/characters.js Wyświetl plik

@@ -10922,12 +10922,12 @@ characterMakers["Varg"] = () => {
[
{
name: "Normal",
height: math.unit(5, "meters"),
default: true
height: math.unit(5, "meters")
},
{
name: "Gigamacro",
height: math.unit(211, "km")
height: math.unit(211, "km"),
default: true
},
]
)


Ładowanie…
Anuluj
Zapisz