diff options
-rw-r--r-- | npc/000-0/sailors.txt | 1 | ||||
-rw-r--r-- | npc/002-4/nard.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 554250dc4..8d004e142 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -24,6 +24,7 @@ OnTouch: mesn "Narrator"; mesc l("You open your eyes. The salt water is not helping your vision."); + mesc l("(Click next button to advance dialogs)"); next; mesc l("A blur shape forms in your front. It seems to be a large ship."); next; diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 7536c6256..29f3d0002 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -22,7 +22,6 @@ L_Checker: if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) { mesn l("TMW2 Staff"); mesc l("Hello, and welcome to TMW2: Moubootaur Legends!"), 3; - mesc l("(Click next button to advance dialogs)"),9; next; mesn l("TMW2 Staff"); mesc l("Did you came here by someone advise? If yes, write their name here!"), 3; |