diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-06 15:04:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-06 15:04:55 -0300 |
commit | 31805cc355695452779ee15357520ef955813883 (patch) | |
tree | 020a51c8108a40d0291017138df74f31a0be7625 /npc/functions/scoreboards.txt | |
parent | 6e8950ffdcd6693fac9391b2b3ec4db6201f0d74 (diff) | |
download | serverdata-31805cc355695452779ee15357520ef955813883.tar.gz serverdata-31805cc355695452779ee15357520ef955813883.tar.bz2 serverdata-31805cc355695452779ee15357520ef955813883.tar.xz serverdata-31805cc355695452779ee15357520ef955813883.zip |
Fix typos, add a final reward tier to Golbanez and change the gift amount logic
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r-- | npc/functions/scoreboards.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 270b0e8dc..cbe8a6b79 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -777,14 +777,14 @@ function script HallOf2022 { //mes l("No victor appliable."); mesc l("TMW2 Day marks the server birthdate. Do not mistake with TMW2 Anniversary."); mes ""; - mes l(".:: Easter 2021 ::."); + mes l(".:: Easter 2022 ::."); mesc l("Scheduled: April 17th - 24th"); mes ""; mes l(".:: Worker Day ::."); mesc l("Scheduled: April 27th - May 3rd"); //mes l("No victor appliable."); next; - mes l(".:: Ched's Summer 2021 ::."); + mes l(".:: Ched's Summer 2022 ::."); mesc l("June 21st - September 21st"); mes ""; mes l(".:: Chocolate Day ::."); @@ -799,14 +799,14 @@ function script HallOf2022 { mesc l("Scheduled: October 1st"); //mes l("No victor appliable."); mes ""; - mes l(".:: Hasan Scorpion Killing Challenge 2021 ::."); + mes l(".:: Hasan Scorpion Killing Challenge 2022 ::."); mesc l("September 22nd - December 20th"); mes ""; - mes l(".:: Thanksgiving 2021 ::."); + mes l(".:: Thanksgiving 2022 ::."); mesc l("November 1st - November 30th"); //mes l("No victor appliable."); mes ""; - mes l(".:: Christmas 2021 ::."); + mes l(".:: Christmas 2022 ::."); mesc l("Scheduled: December 19th - January 2nd"); return; } |