diff options
-rw-r--r-- | npc/000-0-0/sailors.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 47f50bcd8..d89dfd7a0 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -83,7 +83,8 @@ OnSlow: next; mesn; mesc l("(Click on me to hear the conversation and advance. I am a NPC, and NPCs can be interact by clicking.)"); - addtimer(15000,"Elmo#sailors::OnSlow"); + mesc l("(By the way, it is rude to not listen when people are speaking to you. Read the dialogs! Important stuff can be found on them.)"), 1; + addtimer(30000,"Elmo#sailors::OnSlow"); close; OnInit: |