Factions!

For lore!
This commit is contained in:
skull132
2015-01-20 21:39:47 +02:00
parent 2b0e4ae122
commit 5432c7fd6d
+21 -11
View File
@@ -13,19 +13,28 @@ var/global/list/seen_religions = list()
return
var/global/list/citizenship_choices = list(
"Earth",
"Mars",
"Moghes",
"Ahdomai",
"Qerrbalak"
"Sol Alliance",
"Republic of Elyra",
"Peoples Republic of Adhomai",
"Moghes Hegemony",
"Skrellian Confederacy",
"None",
"Other"
)
var/global/list/home_system_choices = list(
"Sol",
"Nyx",
"Tau Ceti",
"Epsilon Ursae Majoris",
"S'randarr"
"Epsilon Eridani",
"Altair",
"Trimurti",
"Nralakk",
"Uueoa-Esa",
"Srandmarr",
"Sedantis",
"Jedeed Isfahan",
"Other"
)
var/global/list/faction_choices = list(
@@ -43,11 +52,12 @@ var/global/list/faction_choices = list(
)
var/global/list/religion_choices = list(
"Unitarianism",
"Hinduism",
"Buddhist",
"Islamic",
"Buddhism",
"Islam",
"Christian",
"Agnostic",
"Deist"
"Deist",
"None",
"Other"
)