diff options
-rw-r--r-- | npc/001-1/mapflags.txt | 1 | ||||
-rw-r--r-- | npc/001-11/Demure.txt | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/npc/001-1/mapflags.txt b/npc/001-1/mapflags.txt index aa8f150c3..4dd9b7a06 100644 --- a/npc/001-1/mapflags.txt +++ b/npc/001-1/mapflags.txt @@ -6,3 +6,4 @@ 001-4 mapflag zone Aeros 001-5 mapflag zone Aeros 001-11 mapflag zone Aeros +001-12 mapflag zone Aeros 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(); |