Standardizes spellings to wiki and adds more major corps and places to setup.

This commit is contained in:
Belsima
2017-09-09 12:20:08 -04:00
parent ac06febd90
commit 022eb8cf4c
6 changed files with 55 additions and 13 deletions

View File

@@ -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"
)