From 16dc86d1a2c91af6e474b4e8707d04f669141aa5 Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Tue, 13 Jun 2023 12:34:37 +0200 Subject: [PATCH] tweak (fluff): Removes KHI from character set-up options Loremaster discussion concluded that the KHI faction is out-of-scope of our current intended theme and setting. While we do not remove them outright, encouraging new players and characters to originate from KHI homeworld or be part of their faction makes things needlessly complicated and troublesome. Therefore, KHI remains as something for the ATC system to be referenced and as part of technologies, but player characters ideally do not hold personal relation to them at this time. --- code/modules/client/preferences_factions.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/modules/client/preferences_factions.dm b/code/modules/client/preferences_factions.dm index 663ef3e1ab4..f0f357132fe 100644 --- a/code/modules/client/preferences_factions.dm +++ b/code/modules/client/preferences_factions.dm @@ -25,7 +25,6 @@ var/global/list/citizenship_choices = list( "Third Ares Confederation", "Teshari Expeditionary Fleet", "Altevian Hegemony", - "Kitsuhana Heavy Industries", "Kosaky Fleets" ) @@ -39,7 +38,6 @@ var/global/list/home_system_choices = list( "Titan, Sol", "Toledo, New Ohio", "The Pact, Myria", - "Kitsuhana Prime", "Kishar, Alpha Centauri", "Anshar, Alpha Centauri", "Heaven Complex, Alpha Centauri", @@ -92,7 +90,6 @@ var/global/list/faction_choices = list( "Gilthari Exports", "Coyote Salvage Corp.", "Chimera Genetics Corp.", - "Kitsuhana Heavy Industries", "Independent Pilots Association", "Local System Defense Force", "United Solar Defense Force", @@ -131,4 +128,4 @@ var/global/list/religion_choices = list( "Deism", "Neo-Moreauism", "Orthodox Moreauism" - ) \ No newline at end of file + )