diff options
Diffstat (limited to 'npc/001-11')
-rw-r--r-- | npc/001-11/Demure.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 8567d602f..fd5634a27 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -190,6 +190,11 @@ L_Main: mes l("There might be reward for anyone who doesn't gets a rank, but I never count on that. So, let's start?"); mesc l("Note: You must have a char on the first slot to leaderboard work. Points are shared accross all chars on your account."), 1; next; + if (gettime(GETTIME_YEAR) == 2020) { + mesc l("During Valentine 2020, you can get event equipment with the Soul Stone."); + mesc l("On the friday, the 14th, an additional hunting field will be open. Talk to Soul Stone to go there :>"); + next; + } break; case 2: ScoreValentine(); |