From 7a919cb5277e14ae47b4f12ec3d274037009428e Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 5 Dec 2016 11:33:38 +0100 Subject: Enable warp to the Legion from Artis. --- npc/001-1/doors.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'npc/001-1') diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index d88413f0..ebcafb97 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -9,8 +9,7 @@ OnTouch: .@enora = getq(ArtisQuests_Enora); -// if (.@enora == 0) - if (.@enora <= 11) + if (.@enora < 11) { narrator 4, l("The door to the legion building is temporarily closed."); @@ -32,7 +31,7 @@ OnUnTouch: OnTouch: .@enora = getq(ArtisQuests_Enora); - if (.@enora <= 11) + if (.@enora < 11) { setfakecells 57, 41, 1; end; @@ -42,7 +41,7 @@ OnTouch: OnUnTouch: .@enora = getq(ArtisQuests_Enora); - if (.@enora <= 11) + if (.@enora < 11) { end; } -- cgit v1.2.3-60-g2f50