diff options
Diffstat (limited to 'npc/002-3/doors.txt')
-rw-r--r-- | npc/002-3/doors.txt | 1 |
1 files changed, 1 insertions, 0 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; |