Procházet zdrojové kódy

Change Mal's default height

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
350703e836
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js Zobrazit soubor

@@ -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")
},
]
)


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