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