diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/scoreboards.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 6a7965480..270b0e8dc 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -751,7 +751,14 @@ function script HallOf2021 { mes l("No victor appliable."); mes ""; mes l(".:: Christmas 2021 ::."); - mesc l("Scheduled: December 19th - January 2nd"); + //mesc l("December 19th - January 2nd"); + mes l("1. Alcyone - 5,942"); + mes l("2. andulkaT - 438"); + mes l("3. poppet - 71"); + mes ""; + mesc l("1. andulkaT - 100,001 GP"); + mesc l("2. Alcyone - 53,057 GP"); + mesc l("3. poppet - 20,010 GP"); return; } |