Skip to content

Commit

Permalink
kills god
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinpachu committed May 7, 2024
1 parent 750d610 commit 2f34752
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/_globalvars/lists/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
))
))

0 comments on commit 2f34752

Please sign in to comment.