Procházet zdrojové kódy

Add megamacro and gigamacro sizes for Fory

tags/v0.1.0
Fen Dweller před 5 roky
rodič
revize
490aff4aab
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +8
    -0
      presets/characters.js

+ 8
- 0
presets/characters.js Zobrazit soubor

@@ -723,6 +723,14 @@ characterMakers.push(() => makeCharacter(
height: math.unit(50, "feet"),
default: true
},
{
name: "Megamacro",
height: math.unit(10, "miles")
},
{
name: "Gigamacro",
height: math.unit(5, "earths")
},
]
))



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