From f8a3e911786f31d3db2c1aa91df987344dfe5ff1 Mon Sep 17 00:00:00 2001 From: Rykka Date: Wed, 7 Oct 2020 15:56:25 -0400 Subject: [PATCH] Adds Virgo-Erigone, Virgo 3b Colony and Virgo 4 NT Compound as home/citizenship options --- code/modules/client/preferences_factions.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preferences_factions.dm b/code/modules/client/preferences_factions.dm index 4371cdf860..13447eac2d 100644 --- a/code/modules/client/preferences_factions.dm +++ b/code/modules/client/preferences_factions.dm @@ -13,6 +13,7 @@ var/global/list/seen_religions = list() seen_religions |= M.client.prefs.religion*/ return +// VOREStation Edits Start var/global/list/citizenship_choices = list( "Earth", "Mars", @@ -20,10 +21,13 @@ var/global/list/citizenship_choices = list( "Binma", "Moghes", "Meralar", - "Qerr'balak" + "Qerr'balak", + "Virgo 3b Colony", + "Virgo 4 NT Compound" ) var/global/list/home_system_choices = list( + "Virgo-Erigone", "Sol", "Vir", "Nyx", @@ -32,6 +36,7 @@ var/global/list/home_system_choices = list( "Epsilon Ursae Minoris", "Rarkajar" ) +// VOREStation Edits Stop var/global/list/faction_choices = list( "Sol Central",