diff options
-rw-r--r-- | npc/functions/clientversion.txt | 2 | ||||
-rw-r--r-- | npc/functions/scoreboards.txt | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 44f7ef3d3..2d386a21f 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1050,7 +1050,7 @@ function script clientupdater { next; mesc ("Povo Entries: What to do with Presents?"), 3; mesc ("Woody Entries: Lava Dungeon"), 3; - mesc ("Manatauro Entries: Yuck Noob ; Povo :) ; Lurking GM and Me"), 3; + mesc ("Manatauro Entries: Yuck Noob =) ; Povo :) ; Lurking GM and Me"), 3; next; mesc l("1st Place - Povo (6 likes)"); mesc l("2nd Place - Manatauro (5 likes)"); diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index ebc1b151c..959ce184d 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -609,7 +609,12 @@ function script HallOf2020 { mes l("No victor appliable."); mes ""; mes l(".:: Hasan Scorpion Killing Challenge 2020 ::."); - mesc l("September 22nd - December 20th"); + //mesc l("September 22nd - December 20th"); + mes l("1. Leather - 4523"); + mes l("2. Manatauro - 4386"); + mes l("3. G II - 4151"); + mesc l("4. Povo - 3999"); + mesc l("5. Woolie - 3345"); mes ""; mes l(".:: Thanksgiving 2020 ::."); //mesc l("November 1st - November 30th"); |