mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 05:31:53 +00:00
faction tweaks
This commit is contained in:
@@ -14,23 +14,28 @@ var/global/list/seen_religions = list()
|
|||||||
return
|
return
|
||||||
|
|
||||||
var/global/list/citizenship_choices = list(
|
var/global/list/citizenship_choices = list(
|
||||||
"Earth",
|
"Solar Confederate Government",
|
||||||
"Mars",
|
"Almach Protectorate",
|
||||||
"Sif",
|
"Five Arrows",
|
||||||
"Binma",
|
"Pearlshield Coalition",
|
||||||
"Moghes",
|
"Moghes Hegemony",
|
||||||
"Meralar",
|
"Skrellian Kingdoms",
|
||||||
"Qerr'balak"
|
"Stateless" //Sol might automatically cover stateless humans/maybe posis but this is probably common for teshari/zaddat and ubiqtuous for drones
|
||||||
)
|
)
|
||||||
|
|
||||||
var/global/list/home_system_choices = list(
|
var/global/list/home_system_choices = list(
|
||||||
"Sol",
|
"Sol",
|
||||||
"Vir",
|
"Vir",
|
||||||
"Nyx",
|
"Alpha Centauri",
|
||||||
"Tau Ceti",
|
"Tau Ceti",
|
||||||
|
"El",
|
||||||
|
"New Seoul",
|
||||||
|
"Relan",
|
||||||
|
"Vounna",
|
||||||
"Qerr'valis",
|
"Qerr'valis",
|
||||||
"Epsilon Ursae Minoris",
|
"Rarkajar",
|
||||||
"Rarkajar"
|
"Uueoa-Esa",
|
||||||
|
"Spacer"
|
||||||
)
|
)
|
||||||
|
|
||||||
var/global/list/faction_choices = list(
|
var/global/list/faction_choices = list(
|
||||||
@@ -71,7 +76,9 @@ var/global/list/religion_choices = list(
|
|||||||
"Kishari Faith",
|
"Kishari Faith",
|
||||||
"Hauler Faith",
|
"Hauler Faith",
|
||||||
"Nock",
|
"Nock",
|
||||||
|
"Starlit Path",
|
||||||
"Singulitarian Worship",
|
"Singulitarian Worship",
|
||||||
|
"The Unity,"
|
||||||
"Xilar Qall",
|
"Xilar Qall",
|
||||||
"Tajr-kii Rarkajar",
|
"Tajr-kii Rarkajar",
|
||||||
"Agnosticism",
|
"Agnosticism",
|
||||||
|
|||||||
Reference in New Issue
Block a user