mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Updates File to match current Virgo-Erigone Lore at Dragor's Request
This commit is contained in:
@@ -23,12 +23,17 @@ var/global/list/citizenship_choices = list(
|
||||
"Meralar",
|
||||
"Qerr'balak",
|
||||
"Virgo 3b Colony",
|
||||
"Virgo 4 NT Compound"
|
||||
"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",
|
||||
@@ -36,10 +41,13 @@ var/global/list/home_system_choices = list(
|
||||
"Epsilon Ursae Minoris",
|
||||
"Rarkajar"
|
||||
)
|
||||
// VOREStation Edits Stop
|
||||
|
||||
|
||||
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",
|
||||
@@ -53,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.
|
||||
|
||||
@@ -80,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