summaryrefslogtreecommitdiff
path: root/npc/001-2-2/moon.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-2/moon.txt')
-rw-r--r--npc/001-2-2/moon.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-2/moon.txt b/npc/001-2-2/moon.txt
index ea76d3b7..1bc682c1 100644
--- a/npc/001-2-2/moon.txt
+++ b/npc/001-2-2/moon.txt
@@ -86,7 +86,7 @@
if (.@q < 2)
{
mesn "Narrator";
- mes col(l("You see a young elven girl, with a strong sense of pain in her face."), 9);
+ mesc(l("You see a young elven girl, with a strong sense of pain in her face."), 9);
next;
}
else
@@ -132,7 +132,7 @@ L_Story:
case 2:
mes "";
mesn "Narrator";
- mes col(l("The girl looks desperate."),9);
+ mesc(l("The girl looks desperate."),9);
}
goto L_Close;