Fix Tylan matronymics
authorTheSaminator <TheSaminator@users.noreply.github.com>
Tue, 8 Feb 2022 17:56:01 +0000 (12:56 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Tue, 8 Feb 2022 17:56:01 +0000 (12:56 -0500)
src/jvmMain/kotlin/starshipfights/data/admiralty/admiral_names.kt

index a8b3db08aa8c2917b2ba4f681e8fcc17991e1eb0..1da19b7b33836da146c364cb398d21b0bbb5695d 100644 (file)
@@ -111,10 +111,11 @@ object AdmiralNames {
                "Velga" to "Velgas",
        )
        
+       // Tylans use matronymics for both sons and daughters
        private fun randomTylanName(isFemale: Boolean) = if (isFemale)
                tylanFemaleNames.random().first + " " + tylanFemaleNames.random().second + "-Nahra"
        else
-               tylanMaleNames.random().first + " " + tylanMaleNames.random().second + "-Nensar"
+               tylanMaleNames.random().first + " " + tylanFemaleNames.random().second + "-Nensar"
        
        private val caliboreseNames = listOf(
                "Jathee",