diff options
-rw-r--r-- | npc/002-3/doors.txt | 1 | ||||
-rw-r--r-- | npc/003-1/ship.txt | 2 |
2 files changed, 2 insertions, 1 deletions
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"; |