I renamed the Shroud to the Veil in Mechyrdialore, should be done here too
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 21 May 2022 13:35:31 +0000 (09:35 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 21 May 2022 13:35:31 +0000 (09:35 -0400)
src/commonMain/kotlin/starshipfights/game/matchmaking.kt

index 1eb5f6fc9dfe6c6ebdf2482f208384bd5e0e0eac..e074674710ec6794521c3e499f165835afda1aca 100644 (file)
@@ -21,7 +21,7 @@ enum class BattleBackground(val displayName: String, val color: String) {
        GRAYBLUE_GRAYBROWN("Fulkreyksk Bloc", "#445566"),
        MAGENTA_PURPLE("Aedon Vortex", "#773355"),
        ORANGE_ORANGE("Solar Flare", "#775533"),
-       PURPLE_MAGENTA("Shroud Rift", "#663366"),
+       PURPLE_MAGENTA("Veil Rift", "#663366"),
 }
 
 @Serializable