summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/arpan.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 9b285578..0f5a02bf 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -69,7 +69,7 @@ l_EquipDone:
set @q, geta2(ShipQuests, ShipQuests_Arpan);
if (@q == 1) goto l_Give;
if (@q > 1) goto l_Empty;
- mes l("This box is locked.");
+ mes l("This box is empty.");
close;
l_Give:
@@ -85,7 +85,7 @@ l_Close:
close;
l_Empty:
- mes l("This box is empty.");
+ mes l("This box is locked.");
close;
}