diff --git a/code/game/jobs/job/civilian_chaplain.dm b/code/game/jobs/job/civilian_chaplain.dm index 4427d8740d9..3271aaf0f16 100644 --- a/code/game/jobs/job/civilian_chaplain.dm +++ b/code/game/jobs/job/civilian_chaplain.dm @@ -53,6 +53,8 @@ B.name = "Toolbox Manifesto" if("homosexuality") B.name = "Guys Gone Wild" + if("moroz holy tribunal","moroz","holy tribunal") + B.name = "Tribunal Codex" //if("lol", "wtf", "gay", "penis", "ass", "poo", "badmin", "shitmin", "deadmin", "cock", "cocks") // B.name = pick("Woodys Got Wood: The Aftermath", "War of the Cocks", "Sweet Bro and Hella Jef: Expanded Edition") // H.setBrainLoss(100) // starts off retarded as fuck diff --git a/code/modules/client/preferences_factions.dm b/code/modules/client/preferences_factions.dm index 4a4fe881810..31b9d8d656e 100644 --- a/code/modules/client/preferences_factions.dm +++ b/code/modules/client/preferences_factions.dm @@ -21,7 +21,8 @@ var/global/list/citizenship_choices = list( "People's Republic of Adhomai", "Izweski Hegemony", "Zo'ra Hive", - "K'lax Hive" + "K'lax Hive", + "Empire of Dominia" ) var/global/list/home_system_choices = list( @@ -31,7 +32,8 @@ var/global/list/home_system_choices = list( "Epsilon Eridani", "Jargon", "S'rand'marr ", - "Uueoa-Esa" + "Uueoa-Esa", + "X'yr Vharn'p" ) var/global/list/faction_choices = list( @@ -61,5 +63,6 @@ var/global/list/religion_choices = list( "S'rendarr & Messa", "Ma'ta'ke", "Th'akh", - "Sk'akh" + "Sk'akh", + "Moroz Holy Tribunal" )