From 2f34752c1e3394da0e9654198339502f100fb4a1 Mon Sep 17 00:00:00 2001 From: Martinpachu Date: Mon, 6 May 2024 22:35:28 -0300 Subject: [PATCH] kills god --- code/_globalvars/lists/names.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/_globalvars/lists/names.dm b/code/_globalvars/lists/names.dm index bba1af529193..888def7a7182 100644 --- a/code/_globalvars/lists/names.dm +++ b/code/_globalvars/lists/names.dm @@ -43,6 +43,4 @@ List of configurable names in preferences and their metadata GLOBAL_LIST_INIT(preferences_custom_names, list( "cyborg" = list("pref_name" = "Cyborg", "qdesc" = "cyborg name (Leave empty to use default naming scheme)", "group" = "silicons", "allow_null" = TRUE), "ai" = list("pref_name" = "AI", "qdesc" = "ai name", "group" = "silicons", "allow_null" = FALSE), - "religion" = list("pref_name" = "Chaplain religion", "qdesc" = "religion" , "group" = "chaplain", "allow_null" = FALSE), - "deity" = list("pref_name" = "Chaplain deity", "qdesc" = "deity", "group" = "chaplain", "allow_null" = FALSE) - )) +))