diff options
author | Reid <reidyaro@gmail.com> | 2012-01-02 19:36:05 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-02 19:36:05 +0100 |
commit | c005fc2a440b20826309992d9845ad701b9a0348 (patch) | |
tree | 419c63e6617a64c939a52f39d2347b7173fa5770 | |
parent | b0207ae931561a2b3c1a887fea4937eb94f285e1 (diff) | |
download | clientdata-c005fc2a440b20826309992d9845ad701b9a0348.tar.gz clientdata-c005fc2a440b20826309992d9845ad701b9a0348.tar.bz2 clientdata-c005fc2a440b20826309992d9845ad701b9a0348.tar.xz clientdata-c005fc2a440b20826309992d9845ad701b9a0348.zip |
Correct back arpan dialogs.
-rw-r--r-- | npc/000-2-1/arpan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 0f5a02bf..610c0c66 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 empty."); + mes l("This box is locked."); close; l_Give: |