Sfoglia il codice sorgente

Update Evander and Ailbhe's heights

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

+ 2
- 2
presets/characters.js Vedi File

@@ -7914,7 +7914,7 @@ characterMakers["Evander"] = () => {
[
{
name: "Normal",
height: math.unit(0.9, "meters")
height: math.unit(0.83, "meters")
},
]
)
@@ -8498,7 +8498,7 @@ characterMakers["Ailbhe"] = () => {
[
{
name: "Normal",
height: math.unit(1.2, "meters"),
height: math.unit(1.07, "meters"),
default: true
},
]


Loading…
Annulla
Salva