mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Standardizes spellings to wiki and adds more major corps and places to setup.
This commit is contained in:
@@ -16,9 +16,11 @@ var/global/list/seen_religions = list()
|
||||
var/global/list/citizenship_choices = list(
|
||||
"Earth",
|
||||
"Mars",
|
||||
"Sif",
|
||||
"Binma",
|
||||
"Moghes",
|
||||
"Meralar",
|
||||
"Qerrbalak"
|
||||
"Qerr'balak"
|
||||
)
|
||||
|
||||
var/global/list/home_system_choices = list(
|
||||
@@ -26,14 +28,14 @@ var/global/list/home_system_choices = list(
|
||||
"Vir",
|
||||
"Nyx",
|
||||
"Tau Ceti",
|
||||
"Qerr'Vallis",
|
||||
"Qerr'valis",
|
||||
"Epsilon Ursae Minoris",
|
||||
"Rarkajar"
|
||||
)
|
||||
|
||||
var/global/list/faction_choices = list(
|
||||
"Sol Central",
|
||||
"Vey Med",
|
||||
"Vey-Medical",
|
||||
"Einstein Engines",
|
||||
"Free Trade Union",
|
||||
"NanoTrasen",
|
||||
@@ -42,7 +44,9 @@ var/global/list/faction_choices = list(
|
||||
"Grayson Manufactories Ltd.",
|
||||
"Aether Atmospherics",
|
||||
"Zeng-Hu Pharmaceuticals",
|
||||
"Hesphaistos Industries"
|
||||
"Hephaestus Industries",
|
||||
"Morpheus Cyberkinetics",
|
||||
"Xion Manufacturing Group"
|
||||
)
|
||||
|
||||
var/global/list/antag_faction_choices = list() //Should be populated after brainstorming. Leaving as blank in case brainstorming does not occur.
|
||||
@@ -57,8 +61,8 @@ var/global/list/religion_choices = list(
|
||||
"Unitarianism",
|
||||
"Hinduism",
|
||||
"Buddhist",
|
||||
"Islamic",
|
||||
"Christian",
|
||||
"Agnostic",
|
||||
"Deist"
|
||||
"Islam",
|
||||
"Christianity",
|
||||
"Agnosticism",
|
||||
"Deism"
|
||||
)
|
||||
Reference in New Issue
Block a user