Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Add a normal height for Odi
tags/v0.1.0
Fen Dweller
6 anni fa
parent
61edf8e91b
commit
f24b8db527
1 ha cambiato i file
con
6 aggiunte
e
1 eliminazioni
Visualizzazione unificata
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
presets/characters.js
+ 6
- 1
presets/characters.js
Vedi File
@@ -5018,7 +5018,12 @@ characterMakers["Odi Lunar"] = () => {
[
[
{
{
name: "Micro",
name: "Micro",
height: math.unit(3, "inches")
height: math.unit(3, "inches"),
default: true
},
{
name: "Normal",
height: math.unit(5.5, "feet")
}
}
]
]
)
)
Write
Preview
Loading…
Annulla
Salva