summaryrefslogtreecommitdiff
path: root/npc/000-2-1/dan.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-08-28 20:22:10 +0400
committerAlige <aligetmw@hotmail.fr>2012-08-28 20:22:10 +0400
commita2617447e1392517e36b8655e02166c37ccceb1d (patch)
tree026cc8c2ba63d91ac29e0f77ddeeef1981503392 /npc/000-2-1/dan.txt
parent6104034890ce35cd71e5c7951f39215627e10daf (diff)
downloadserverdata-a2617447e1392517e36b8655e02166c37ccceb1d.tar.gz
serverdata-a2617447e1392517e36b8655e02166c37ccceb1d.tar.bz2
serverdata-a2617447e1392517e36b8655e02166c37ccceb1d.tar.xz
serverdata-a2617447e1392517e36b8655e02166c37ccceb1d.zip
Added missing spaces at the end of some scripts.
Removed some spare lines in some scripts. Reviewed language and punctuation in several scripts.
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r--npc/000-2-1/dan.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index 8b20ecd2..9a655d94 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -29,7 +29,7 @@ l_QuestStory:
mesn;
mesq l("Oh, it's you.");
next;
- mesq l("So you finally woke up? We all thought that you were in something like... You know, one of those long comas.");
+ mesq l("So you finally woke up? We all thought you were in something like... You know, one of these long comas.");
next;
menu
@@ -71,7 +71,7 @@ l_Quest:
l_Close2:
mesn "Narrator";
- mes col(l("Dan closes the conversation and he continues to write his letter."), 9);
+ mes col(l("Dan ends the conversation and resumes to write his letter."), 9);
close;
@@ -82,4 +82,4 @@ l_Close:
close;
-} \ No newline at end of file
+}