summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-20 15:29:05 +0100
committerReid <reidyaro@gmail.com>2016-02-20 15:29:05 +0100
commitc8f58bb7b50705134d135076f1821d011abdaec6 (patch)
tree9d1e2c8611291b9b867beb5eb0914d7b96ae146d /npc
parent0fa69a332f623bdc04caf64f8d87505f53801efb (diff)
downloadserverdata-c8f58bb7b50705134d135076f1821d011abdaec6.tar.gz
serverdata-c8f58bb7b50705134d135076f1821d011abdaec6.tar.bz2
serverdata-c8f58bb7b50705134d135076f1821d011abdaec6.tar.xz
serverdata-c8f58bb7b50705134d135076f1821d011abdaec6.zip
Block the access to the LoA until more scripts get added.
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
{