From fb5c6dc88530f883fcb6f76ed0485b1b17dee2c5 Mon Sep 17 00:00:00 2001 From: elgeonmb Date: Thu, 29 Jun 2023 15:09:21 -0700 Subject: [PATCH] makes the defaults actually match the dropdown list god is the name of this country rapidly ceasing to sound good --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 549525a683..f21a5aec2e 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -73,7 +73,7 @@ var/global/list/preferences_datums = list() //Some faction information. var/home_system = "Unset" //System of birth. - var/citizenship = "Sol Confederate Government" //Nation of citizenship + var/citizenship = "Solar Confederate Government" //Nation of citizenship var/faction = "NanoTrasen" //General associated faction. var/religion = "None" //Religious association. var/antag_faction = "None" //Antag associated faction.