diff --git a/presets/characters.js b/presets/characters.js index 043f668e..e2bdf4c6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -51595,9 +51595,13 @@ characterMakers.push(() => makeCharacter( height: math.unit(164665.7, "meters") }, { - name: "Final Form", + name: "Fourth Form", height: math.unit(745112.2, "meters") }, + { + name: "Final Form", + height: math.unit(9.14e144, "meters") + }, ] ))