diff options
-rw-r--r-- | npc/functions/scoreboards.txt | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index b692d8eed..cb9d44558 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -211,12 +211,18 @@ function script HallOf2019 { mesc l("Changes include but are not limited to festive events and dates."), 1; next; mes l(".:: TMW-2 Anniversary ::."); - mesc l("Scheduled: January 13rd"); + //mesc l("Scheduled: January 13rd"); + mes l("No victor appliable."); mesc l("Anniversary marks the project birthdate. Do not mistake with TMW2 Day."); - next; - mes l(".:: Valentine Day ::."); - mesc l("Scheduled: February 12th - 15th"); mes ""; + mes l(".:: Valentine Day ::."); + //mesc l("Scheduled: February 12th - 15th"); + mes ("1. DragonStar - 300"); + mes ("2. Jesusalva - 121"); + mes ("3. Xanthem - 35"); + mes ("4. Xtreem - 17"); + mes ("5. Yuppi - 10"); + next; mes l(".:: TMW2 Day ::."); mesc l("Scheduled: March 2nd"); mesc l("TMW2 Day marks the server birthdate. Do not mistake with TMW2 Anniversary."); |