Change name
authorTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 15:30:03 +0000 (11:30 -0400)
committerTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 15:30:03 +0000 (11:30 -0400)
src/commonMain/kotlin/net/starshipfights/game/ship_faction_flavors.kt

index b862097c7e887166df7b2b2b7db4095faea4c28c..59400ac8ed2c3a6129989727fab62a634048ff19 100644 (file)
@@ -50,7 +50,7 @@ val Faction.trimColor: IntColor?
 enum class FactionFlavor(val displayName: String, val colorReplacement: IntColor) {
        MECHYRDIA("Štelflót Ciarstuos Mehurdiasi", IntColor(255, 204, 51)),
        TYLA("Helasram Kasashtam Moashtas Tulasras", IntColor(51, 102, 204)),
-       OLYMPIA("Classis Nautica Rei Publicae Olympicae", IntColor(204, 51, 51)),
+       OLYMPIA("Classis Astronautica Rei Publicae Olympicae", IntColor(204, 51, 51)),
        TEXANDRIA("Texandrische Sternenmarine der Volkswehr", IntColor(255, 221, 119)),
        
        NDRC("Sterrenvloot der NdRC", IntColor(255, 153, 51)),