summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/doors.txt6
1 files changed, 3 insertions, 3 deletions
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
{