Browse Source

Update Neos' maximum size

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

+ 1
- 1
presets/characters.js View File

@@ -11359,7 +11359,7 @@ characterMakers.push(() => makeCharacter(
}, },
{ {
name: "Beyond Godly", name: "Beyond Godly",
height: math.unit(10000000, "Ym")
height: math.unit(25, "multiverses")
}, },
] ]
)) ))


Loading…
Cancel
Save