From 1ef3532fb13d063197ad1f2ffafe009435ece073 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sun, 11 Feb 2018 09:46:49 -0200 Subject: Fix BUGS --- npc/002-3/doors.txt | 1 + npc/003-1/ship.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt index 418d06049..e720e653a 100644 --- a/npc/002-3/doors.txt +++ b/npc/002-3/doors.txt @@ -37,6 +37,7 @@ OnTouch: close; } + // None of these checks will ever return positive if (.@nard == 4) goto L_GotoNard; if (.@nard == 5) goto L_End; if (.@nard > 0 && countitem(718) > 0) goto L_Key; diff --git a/npc/003-1/ship.txt b/npc/003-1/ship.txt index 01089b546..9c7461127 100644 --- a/npc/003-1/ship.txt +++ b/npc/003-1/ship.txt @@ -4,7 +4,7 @@ // Description: // This script controls access to Nard's Ship, fixing variables. -003-1,82,68,0 script CandorShip NPC_HIDDEN,0,0,{ +003-1,82,68,0 script TulimShip NPC_HIDDEN,0,0,{ OnTouch: LOCATION$="Tulim"; -- cgit v1.2.3-60-g2f50