Sfoglia il codice sorgente

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

master
Fen Dweller 6 anni fa
parent
commit
ce2a164509
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js Vedi File

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


Loading…
Annulla
Salva