Sfoglia il codice sorgente

Fix Irbisgreif's height

master
Fen Dweller 5 anni fa
parent
commit
d8f8fe863e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js Vedi File

@@ -30659,7 +30659,7 @@ characterMakers.push(() => makeCharacter(
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(2 + 7/12, "feet"),
height: math.unit(216, "cm"),
default: true default: true
}, },
] ]


Loading…
Annulla
Salva