From 443a0aebde0a5ed239367db6bc0ccfd46dd2caf3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 27 Nov 2021 16:07:09 -0300 Subject: Censor Patreon links if you're using the Mirror Lake (Valve Policy). Instead, point people to TMW2 Contact Page. --- npc/functions/scoreboards.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'npc/functions/scoreboards.txt') diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index d8b8cec2e..f280dc6a4 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -406,7 +406,10 @@ function script HallOfAFK { // HallOfSponsor(minimal=false) function script HallOfSponsor { mes l("This is in honor of all the [@@help://about-server|Contributors@@] who helped rebuilding this world, after the Monster War outbreak."); - mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure."); + if (getvaultid()) + mes l("And also in notable mention of those who [@@https://moubootaurlegends.org/en/community|sponsor@@] the Alliance and its administrative structure."); + else + mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure."); mes ""; mes "Saulc, Woody, Sharli, Povo"; // List previous sponsors? @@ -445,7 +448,10 @@ function script HallOfGame { mes l("Season: %s", .@s$); // weather ; game time ; world story ; etc. mes ""; - mes l("Notable mentions and thanks for our [@@https://www.patreon.com/TMW2|sponsors@@], we wouldn't be here without their continued support."); + if (getvaultid()) + mes l("Notable mentions and thanks for our [@@https://tmw2.org/contact|sponsors@@], we wouldn't be here without their continued support."); + else + mes l("Notable mentions and thanks for our [@@https://www.patreon.com/TMW2|sponsors@@], we wouldn't be here without their continued support."); mes ""; return; } -- cgit v1.2.3-70-g09d2