From 8838fcc2f305abf726d332132b64cb53ed64dc72 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 12 May 2022 17:22:52 -0400 Subject: [PATCH] Moves server_taglines.txt to config dir to avoid requiring manual updates of the strings folder with TGS --- code/_globalvars/lists/flavor_misc.dm | 2 +- config/server_taglines.txt | 1 + strings/server_taglines.txt | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 config/server_taglines.txt delete mode 100644 strings/server_taglines.txt diff --git a/code/_globalvars/lists/flavor_misc.dm b/code/_globalvars/lists/flavor_misc.dm index f325e7cb95..da8b0ed3ee 100644 --- a/code/_globalvars/lists/flavor_misc.dm +++ b/code/_globalvars/lists/flavor_misc.dm @@ -292,7 +292,7 @@ GLOBAL_LIST_INIT(station_names, world.file2list("strings/station_names.txt" + "" GLOBAL_LIST_INIT(station_suffixes, world.file2list("strings/station_suffixes.txt")) -GLOBAL_LIST_INIT(server_taglines, world.file2list("strings/server_taglines.txt")) +GLOBAL_LIST_INIT(server_taglines, world.file2list("[global.config.directory]/server_taglines.txt")) GLOBAL_LIST_INIT(greek_letters, world.file2list("strings/greek_letters.txt")) diff --git a/config/server_taglines.txt b/config/server_taglines.txt new file mode 100644 index 0000000000..53da7c8fa3 --- /dev/null +++ b/config/server_taglines.txt @@ -0,0 +1 @@ +Fill in your own community quotes and memery here! diff --git a/strings/server_taglines.txt b/strings/server_taglines.txt deleted file mode 100644 index f0dc702673..0000000000 --- a/strings/server_taglines.txt +++ /dev/null @@ -1 +0,0 @@ -Fill in your own community quotes and memery here! \ No newline at end of file