mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Tesh lore update (#10864)
Co-authored-by: TankTheBirb <96669534+TankTheBirb@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
58ce1bb295
commit
2f9c80a23d
@@ -13,6 +13,7 @@ var/global/list/seen_religions = list()
|
||||
seen_religions |= M.client.prefs.religion*/
|
||||
return
|
||||
|
||||
// CHOMPEdit Start
|
||||
var/global/list/citizenship_choices = list(
|
||||
"Earth",
|
||||
"Mars",
|
||||
@@ -22,6 +23,7 @@ var/global/list/citizenship_choices = list(
|
||||
"Meralar",
|
||||
"Qerr'balak"
|
||||
)
|
||||
//CHOMPEdit End
|
||||
|
||||
var/global/list/home_system_choices = list(
|
||||
"Earth, Sol",
|
||||
@@ -86,7 +88,8 @@ var/global/list/faction_choices = list(
|
||||
"United Solar Defense Force",
|
||||
"Proxima Centauri Risk Control",
|
||||
"HIVE Security",
|
||||
"Stealth Assault Enterprises"
|
||||
"Stealth Assault Enterprises",
|
||||
"Teshari Union"
|
||||
)
|
||||
|
||||
var/global/list/antag_faction_choices = list() //Should be populated after brainstorming. Leaving as blank in case brainstorming does not occur.
|
||||
|
||||
Reference in New Issue
Block a user