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