diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-2/door.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-2/door.txt b/npc/012-2/door.txt index 0e0a0c1db..113a2252a 100644 --- a/npc/012-2/door.txt +++ b/npc/012-2/door.txt @@ -18,8 +18,10 @@ OnTouch: L_Unauthorized: // Per r8.0 Apane Invasion, there's a moment on main storyline you'll be allowed in .@n=getq(General_Narrator); - if (.@n == 5 || .@n == 6) + if (.@n == 5 || .@n == 6) { slide 59, 82; + end; + } if (@sp_notrespass > 0) goto L_Warning; |