From b0207ae931561a2b3c1a887fea4937eb94f285e1 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 2 Jan 2012 14:41:05 +0100 Subject: inverse locked/empty on arpan script. --- npc/000-2-1/arpan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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; } -- cgit v1.2.3-70-g09d2