From c8f58bb7b50705134d135076f1821d011abdaec6 Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 20 Feb 2016 15:29:05 +0100 Subject: Block the access to the LoA until more scripts get added. --- npc/001-1/doors.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index c418acff..4e7b1e33 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -486,11 +486,11 @@ OnInit: OnTouch: .@enora = getq(ArtisQuests_Enora); - if (.@enora == 0) +// if (.@enora == 0) + if (.@enora <= 11) { narrator 4, - l("The door of the legion building is closed."), - l("You should look for Enora on the dock to access it."); + l("The door of the legion building is temporarily closed."); } else { -- cgit v1.2.3-70-g09d2