Procházet zdrojové kódy

Fix Rai's minimacro size

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

+ 3
- 1
presets/characters.js Zobrazit soubor

@@ -2135,6 +2135,7 @@ characterMakers.push(() => makeCharacter(
front: {
height: math.unit(12, "feet"),
weight: math.unit(2400, "lb"),
preyCapacity: math.unit(1, "people"),
name: "Front",
image: {
source: "./media/characters/fen/front.svg",
@@ -2933,7 +2934,8 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Minimacro",
height: math.unit(77, "feet")
height: math.unit(77, "feet"),
form: "anthro"
},
{
name: "Macro",


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