Procházet zdrojové kódy

Reduce Alex's max size a bit so that it doesn't break

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

+ 1
- 1
presets/characters.js Zobrazit soubor

@@ -22104,7 +22104,7 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Max Size",
height: math.unit(1.57e283, "yottameters")
height: math.unit(1.4e283, "yottameters")
},
]
))


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