From 797596f441813d5ac3243938ff08054705493a9d Mon Sep 17 00:00:00 2001 From: swissloaf <39781787+swissloaf@users.noreply.github.com> Date: Sat, 7 Dec 2019 16:22:17 -0600 Subject: [PATCH 1/2] Adds new player friendly to the server title ### Intent of your Pull Request Maybe it will attract more players #### Changelog :cl: tweak: changes hub line /:cl: --- yogstation/code/game/world.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yogstation/code/game/world.dm b/yogstation/code/game/world.dm index a4ba28420106..b96ac369b00b 100644 --- a/yogstation/code/game/world.dm +++ b/yogstation/code/game/world.dm @@ -42,7 +42,7 @@ GLOBAL_LIST_EMPTY(donators) if (server_name) s += "[server_name] — " - s += "[station_name()]] 99% LAG FREE
"; // The station & server name line + s += "[station_name()]] 99% LAG FREE | New Player Friendly
"; // The station & server name line s += "(Forums|Discord)
" // The Forum & Discord links line s += "
[pick(world.file2list("yogstation/strings/taglines.txt"))]
" From 1be7710179d581241696e81dca26f03f4f419d0d Mon Sep 17 00:00:00 2001 From: swissloaf <39781787+swissloaf@users.noreply.github.com> Date: Sat, 7 Dec 2019 16:24:09 -0600 Subject: [PATCH 2/2] okay makes | not --- yogstation/code/game/world.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yogstation/code/game/world.dm b/yogstation/code/game/world.dm index b96ac369b00b..20f77be85329 100644 --- a/yogstation/code/game/world.dm +++ b/yogstation/code/game/world.dm @@ -42,7 +42,7 @@ GLOBAL_LIST_EMPTY(donators) if (server_name) s += "[server_name] — " - s += "[station_name()]] 99% LAG FREE | New Player Friendly
"; // The station & server name line + s += "[station_name()]] 99% LAG FREE — New Player Friendly
"; // The station & server name line s += "(Forums|Discord)
" // The Forum & Discord links line s += "
[pick(world.file2list("yogstation/strings/taglines.txt"))]
"