diff options
author | Reid <reidyaro@gmail.com> | 2012-01-02 14:41:05 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-02 14:41:05 +0100 |
commit | b0207ae931561a2b3c1a887fea4937eb94f285e1 (patch) | |
tree | 018a369726b88626b3262f75a723644a349c1503 /npc | |
parent | c56cd96112ba3694322641e361437d229e34ab11 (diff) | |
download | clientdata-b0207ae931561a2b3c1a887fea4937eb94f285e1.tar.gz clientdata-b0207ae931561a2b3c1a887fea4937eb94f285e1.tar.bz2 clientdata-b0207ae931561a2b3c1a887fea4937eb94f285e1.tar.xz clientdata-b0207ae931561a2b3c1a887fea4937eb94f285e1.zip |
inverse locked/empty on arpan script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/arpan.txt | 4 |
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; } |