Browse Source

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

master
Fen Dweller 6 years ago
parent
commit
ce2a164509
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js View File

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


Loading…
Cancel
Save