diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-06 23:30:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-06 23:30:00 -0300 |
commit | 3366260e4106ea8cd2ddc6c7a3b8f3be163ad425 (patch) | |
tree | 2694b6ba98c8e63f20278846c44bdc80f3083eae /npc/functions/scoreboards.txt | |
parent | bf3a4cbb1ad643e60ba4f2a701bc3f974477d5f8 (diff) | |
download | serverdata-3366260e4106ea8cd2ddc6c7a3b8f3be163ad425.tar.gz serverdata-3366260e4106ea8cd2ddc6c7a3b8f3be163ad425.tar.bz2 serverdata-3366260e4106ea8cd2ddc6c7a3b8f3be163ad425.tar.xz serverdata-3366260e4106ea8cd2ddc6c7a3b8f3be163ad425.zip |
Acknowledge Gemini Sisters as a feat, and part of the 7 great deeds one may do
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r-- | npc/functions/scoreboards.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 896dcd1b1..52bf06133 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -764,6 +764,11 @@ function script HallOf2021 { function script HallOf2022 { mes ""; + if ($GEMINI_WINNER$ != "") { + mes l(".:: FIRST PLAYER TO COMPLETE GEMINI SISTERS QUEST ::."); + mes $GEMINI_WINNER$; + mes ""; + } mes l(".:: TMW-2 Anniversary ::."); mesc l("Scheduled: January 13rd"); //mes l("No victor appliable."); |