summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/scoreboards.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt
index a418c5cfc..a095e97af 100644
--- a/npc/functions/scoreboards.txt
+++ b/npc/functions/scoreboards.txt
@@ -351,7 +351,7 @@ 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 "Saulc, Woody, Sharli";
+ mes "Saulc, Woody, Sharli, Povo";
// List previous sponsors?
if (!getarg(0, false)) {
mesc "GonzoDark";
@@ -360,7 +360,7 @@ function script HallOfSponsor {
}
// Returns the name of a random sponsor
function script rand_sponsor {
- return any("Saulc", "Woody", "Sharli");
+ return any("Saulc", "Woody", "Sharli", "Povo");
}
// HallOfGame()