diff options
-rw-r--r-- | npc/functions/scoreboards.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 0b2db22f8..1d322f73f 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -403,11 +403,15 @@ function script HallOf2019 { //mesc l("Scheduled: September 9th"); mes ""; mes l(".:: International Coffee Day ::."); - mesc l("Scheduled: October 1st"); + //mesc l("Scheduled: October 1st"); + mes l("No victor appliable."); mes ""; mes l(".:: Hasan Scorpion Killing Challenge 2019 ::."); mesc l("September 22nd - December 20th"); mes ""; + mes l(".:: Thanksgiving 2019 ::."); + mesc l("November 1st - November 30th"); + mes ""; mes l(".:: Christmas 2019 ::."); mesc l("Scheduled: December 19th - January 2nd"); return; |