summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-01-11 23:55:31 +0100
committerReid <reidyaro@gmail.com>2012-01-11 23:55:31 +0100
commit98e7e6c0f960f2354dfef9d9cd378357a975e663 (patch)
tree7dd76af8062cb0a2267eee5e8449715b8f1b0ce7 /npc
parent5dca6ef3c81cebf9cb42323c41ddd04b2698defb (diff)
downloadserverdata-98e7e6c0f960f2354dfef9d9cd378357a975e663.tar.gz
serverdata-98e7e6c0f960f2354dfef9d9cd378357a975e663.tar.bz2
serverdata-98e7e6c0f960f2354dfef9d9cd378357a975e663.tar.xz
serverdata-98e7e6c0f960f2354dfef9d9cd378357a975e663.zip
Correct some typo in scripts.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/arpan.txt2
-rw-r--r--npc/000-2-3/nard.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 2d4461d4..68b9dbda 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -95,7 +95,7 @@ OnTalk:
set @q, geta2(ShipQuests, ShipQuests_Arpan);
mesn;
if (@q > 0) goto l_Menu;
- mes lg("Yeye, you are really lucky to be alive. You are in good enough shape for walking - do you remember what happened?");
+ mes lg("Yeye, you are really lucky to be alive. You are in good enough shape for walking do you remember what happened?");
seta2 ShipQuests, ShipQuests_Arpan, 1;
menu
lg("I only remember I was rescued by you."), l_Story,
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 1964e3cd..d3c13b63 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -26,9 +26,9 @@
l_Menu:
menu
- l("I feel ok."), l_Ok,
+ g(l("I feel ok."), l("I feel ok.")), l_Ok,
l("Who is this Julia?"), l_Julia,
- l("I'm sick, I'm going back to bed."), -;
+ g(l("I'm sick, I'm going back to bed."), l("I'm sick, I'm going back to bed.")) -;
mesn;
mesq l("That's a good idea, go rest a bit and I'll see you tomorow!");