diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-13 13:25:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-13 13:25:51 -0300 |
commit | 50e422de653fce6ee14e05ec02e1000642467577 (patch) | |
tree | a63cafcb61a276376e49246b8209a6a2431b1546 | |
parent | fe2690256c7bca1ac294a629d0bb23d223afe556 (diff) | |
download | serverdata-50e422de653fce6ee14e05ec02e1000642467577.tar.gz serverdata-50e422de653fce6ee14e05ec02e1000642467577.tar.bz2 serverdata-50e422de653fce6ee14e05ec02e1000642467577.tar.xz serverdata-50e422de653fce6ee14e05ec02e1000642467577.zip |
Register Povo as a server sponsor
-rw-r--r-- | npc/functions/scoreboards.txt | 4 |
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() |