Explorar el Código

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

master
Fen Dweller hace 6 años
padre
commit
ce2a164509
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js Ver fichero

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


Cargando…
Cancelar
Guardar