diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-08 02:45:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-08 02:45:02 -0300 |
commit | 46d598875530608832b30e5b4e6f33030477c454 (patch) | |
tree | 8c5bb0a5770ee3d4cc8b996b2836b1a730cd2fcd | |
parent | a2cc4b71ff4c3004c5a701866f7cde0d7e59d233 (diff) | |
download | serverdata-46d598875530608832b30e5b4e6f33030477c454.tar.gz serverdata-46d598875530608832b30e5b4e6f33030477c454.tar.bz2 serverdata-46d598875530608832b30e5b4e6f33030477c454.tar.xz serverdata-46d598875530608832b30e5b4e6f33030477c454.zip |
[skip ci] Issue another warning about not skipping dialogs.
-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: |