Browse Source

Fix the Galactic size for Sergis

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

+ 1
- 1
presets/characters.js View File

@@ -63030,7 +63030,7 @@ characterMakers.push(() => makeCharacter(
}, },
{ {
name: "Galactic", name: "Galactic",
height: math.unit(634200, "km")
height: math.unit(634200, "lightyears")
}, },
] ]
)) ))


Loading…
Cancel
Save