summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/alige.txt2
-rw-r--r--npc/000-2-1/devis.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 3a520de3..f677df08 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -166,7 +166,7 @@
l_AskForFood:
mesn;
- mesq "Do you have anything for me today?";
+ mesq l("Do you have anything for me today?");
next;
menu
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index d2a6c12c..c0a85e27 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -9,9 +9,9 @@
if (@q == 0) goto l_Zzz;
goto l_Grm;
l_Zzz:
- mes "Zzzzzzzzzz";
+ mes l("Zzzzzzzzzz");
close;
l_Grm:
- mes "Ggrmm grmmm...";
+ mes l("Ggrmm grmmm...");
close;
}