summaryrefslogtreecommitdiff
path: root/npc/000-2-1/arpan.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-25 23:16:23 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-25 23:16:23 +0300
commit708e16fa29aa7472397487dda9f833580db5eafb (patch)
tree36a7613e280183b0dd8d43fc567f752b5e9de29d /npc/000-2-1/arpan.txt
parentfb7c9629b7f644ddaf48cc4887d46d92844395c2 (diff)
downloadserverdata-708e16fa29aa7472397487dda9f833580db5eafb.tar.gz
serverdata-708e16fa29aa7472397487dda9f833580db5eafb.tar.bz2
serverdata-708e16fa29aa7472397487dda9f833580db5eafb.tar.xz
serverdata-708e16fa29aa7472397487dda9f833580db5eafb.zip
Remove double translations in mesn commands.
Diffstat (limited to 'npc/000-2-1/arpan.txt')
-rw-r--r--npc/000-2-1/arpan.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index f844f309..c0a0ad9f 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -65,7 +65,7 @@ l_EquipDone:
}
000-2-1.gat,41,37,0 script Box 999,{
- mesn l("Box");
+ mesn "Box";
set @q, geta2(ShipQuests, ShipQuests_Arpan);
if (@q == 1) goto l_Give;
if (@q > 1) goto l_Empty;
@@ -108,7 +108,7 @@ OnClothNotTaken:
close;
OnEquip:
- mesn l("Narrator");
+ mesn "Narrator";
mes col(lg("Open your inventory (F3 key), select the clothes one by one and equip them."), 9);
close;
@@ -170,7 +170,7 @@ l_Who:
l_WhatCloth:
mes lg("Oh yeyeye, as they are not eatable, you can try to equip them!");
next;
- mesn l("Narrator");
+ mesn "Narrator";
mes col(lg("Open your inventory (F3 key), select the clothes one by one and equip them."), 9);
next;
goto l_Menu;