diff options
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r-- | npc/000-2-1/dan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index 77e26cd2..a60c88f1 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -77,13 +77,13 @@ L_Quest: L_Quit: mes ""; mesn "Narrator"; - mes col(l("Dan keeps silent since your last question."), 9); + mesc(l("Dan keeps silent since your last question."), 9); close; L_Quit2: mesn "Narrator"; - mes col(l("Dan ends the conversation and resumes to write his letter."), 9); + mesc(l("Dan ends the conversation and resumes to write his letter."), 9); close; |