Przeglądaj źródła

Change Mal's default height

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

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

@@ -8788,12 +8788,12 @@ characterMakers["Mal"] = () => {
},
{
name: "Normal",
height: math.unit(4, "feet")
height: math.unit(4, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(200, "feet"),
default: true
height: math.unit(200, "feet")
},
]
)


Ładowanie…
Anuluj
Zapisz