diff options
-rw-r--r-- | npc/functions/scoreboards.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 60a7abe26..92cfd38dc 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -251,12 +251,16 @@ function script HallOfReferral { } - +// 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."); mes ""; - mes "GonzoDark, Saulc, Woody."; + mes "Saulc, Woody"; + // List previous sponsors? + if (!getarg(0, false)) { + mesc "GonzoDark"; + } return; } |