From: TheSaminator Date: Sat, 21 May 2022 13:35:31 +0000 (-0400) Subject: I renamed the Shroud to the Veil in Mechyrdialore, should be done here too X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=4a4ff4d5bdad8fa5f37c281671bedbdb538a53a4;p=starship-fights I renamed the Shroud to the Veil in Mechyrdialore, should be done here too --- diff --git a/src/commonMain/kotlin/starshipfights/game/matchmaking.kt b/src/commonMain/kotlin/starshipfights/game/matchmaking.kt index 1eb5f6f..e074674 100644 --- a/src/commonMain/kotlin/starshipfights/game/matchmaking.kt +++ b/src/commonMain/kotlin/starshipfights/game/matchmaking.kt @@ -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