diff options
-rw-r--r-- | npc/001-1/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index 808fbde8..fae200dd 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -486,7 +486,7 @@ OnInit: OnTouch: .@enora = getq(ArtisQuests_Enora); - if (.@enora < 4) + if (.@enora < 8) { narrator 4, l("Doors are closed."); |