mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Merge pull request #9195 from Rykka-Stormheart/shep-dev-background-stuff
Adds Virgo-Erigone, Virgo 3b and Virgo 4 as home/citizenship options
This commit is contained in:
@@ -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,11 +21,19 @@ var/global/list/citizenship_choices = list(
|
||||
"Binma",
|
||||
"Moghes",
|
||||
"Meralar",
|
||||
"Qerr'balak"
|
||||
"Qerr'balak",
|
||||
"Virgo 3b Colony",
|
||||
"Virgo 4 NT Compound",
|
||||
"Venus",
|
||||
"Tiamat",
|
||||
"An-Tahk-Et"
|
||||
)
|
||||
|
||||
var/global/list/home_system_choices = list(
|
||||
"Virgo-Erigone",
|
||||
"Sol",
|
||||
"Proxima Centauri",
|
||||
"Procyon",
|
||||
"Vir",
|
||||
"Nyx",
|
||||
"Tau Ceti",
|
||||
@@ -33,8 +42,12 @@ var/global/list/home_system_choices = list(
|
||||
"Rarkajar"
|
||||
)
|
||||
|
||||
|
||||
var/global/list/faction_choices = list(
|
||||
"Sol Central",
|
||||
"Commonwealth of Sol-Procyon",
|
||||
"United Fyrds",
|
||||
"Elysian Colonies",
|
||||
"Ares Confederation",
|
||||
"Vey Med",
|
||||
"Einstein Engines",
|
||||
"Free Trade Union",
|
||||
@@ -48,6 +61,7 @@ var/global/list/faction_choices = list(
|
||||
"Morpheus Cyberkinetics",
|
||||
"Xion Manufacturing Group"
|
||||
)
|
||||
// VOREStation Edits Stop
|
||||
|
||||
var/global/list/antag_faction_choices = list() //Should be populated after brainstorming. Leaving as blank in case brainstorming does not occur.
|
||||
|
||||
@@ -75,5 +89,7 @@ var/global/list/religion_choices = list(
|
||||
"Xilar Qall",
|
||||
"Tajr-kii Rarkajar",
|
||||
"Agnosticism",
|
||||
"Deism"
|
||||
"Deism",
|
||||
"Neo-Moreauism",
|
||||
"Orthodox Moreauism"
|
||||
)
|
||||
Reference in New Issue
Block a user