diff options
Diffstat (limited to 'npc/005-1/vincent.txt')
-rw-r--r-- | npc/005-1/vincent.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt index e23ed7b5f..d74560e3e 100644 --- a/npc/005-1/vincent.txt +++ b/npc/005-1/vincent.txt @@ -11,7 +11,7 @@ if (.@q == 2) goto L_QuestDone; speech S_LAST_BLANK_LINE, - l("I am making a figurin with Bug legs."), + l("I am making a figurin with Bug legs for the upcoming festival."), lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .LegsCount, getitemlink(BugLeg)); switch (select(l("Ok, I'll be back in no time."), @@ -57,6 +57,8 @@ L_QuestDone: speech l("Hey, @@!", strcharinfo(0)), l("My figurin is so nice!"); + tutmes l("Some quests and events, like the festival, are only available during specific times."); + tutmes l("Some will only repeat yearly, while other events happen weekly or monthly, or in some other time aspect."); close; OnInit: |