oops
authorTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 20:32:06 +0000 (16:32 -0400)
committerTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 20:32:06 +0000 (16:32 -0400)
src/jvmMain/kotlin/net/starshipfights/data/space/fleet_names.kt

index 101a52ba652baa961b9ad0b99ce62ef10a667943..8f7b950370ff6831bd1195d7f3bea8fda72e8647 100644 (file)
@@ -23,7 +23,7 @@ fun FactionFlavor.genFleetName(): String = when (this) {
        FactionFlavor.TEXANDRIA -> "${(50..199).random()}te Wehrsflotte"
        FactionFlavor.NDRC -> "${(100..699).random()}e Sterrenvloot"
        FactionFlavor.CCC -> "${rangedRomanNumeral(299, 50)} Classis Comitans"
-       FactionFlavor.MJOLNIR_ENERGY -> "${(100..699).random()}e Stjarnnafloti"
+       FactionFlavor.MJOLNIR_ENERGY -> "${(100..499).random()}i Stjarnnafloti"
        FactionFlavor.MASRA_DRAETSEN -> "${rangedOrdinal(4999, 500)} Conquest Armada"
        FactionFlavor.AEDON_CULTISTS -> "${rangedOrdinal(1999, 200)} Defilement Armada"
        FactionFlavor.FERTHLON_EXILES -> "${rangedOrdinal(399, 50)} Revolutionary Remnant Fleet"