diff options
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r-- | npc/functions/scoreboards.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index d262be7ce..2091e5ec5 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -439,16 +439,16 @@ function script HallOfSponsor { 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"; + mes "Woody, Sharli, Povo"; // List previous sponsors? if (!getarg(0, false)) { - mesc "GonzoDark"; + mesc "Saulc, GonzoDark, Jak1"; } return; } // Returns the name of a random sponsor function script rand_sponsor { - return any("Saulc", "Woody", "Sharli", "Povo"); + return any("Woody", "Sharli", "Povo"); } // HallOfGame() |