Procházet zdrojové kódy

Add a macro size for Persephone

master
Fen Dweller před 4 roky
rodič
revize
ae1eb1dd77
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js Zobrazit soubor

@@ -43565,7 +43565,11 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Human Size",
height: math.unit(6, "feet"),
height: math.unit(6, "feet")
},
{
name: "Big Steppy",
height: math.unit(600, "meters"),
default: true
},
{


Načítá se…
Zrušit
Uložit