summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-12-05 11:33:38 +0100
committerReid <reidyaro@gmail.com>2016-12-05 11:33:38 +0100
commit7a919cb5277e14ae47b4f12ec3d274037009428e (patch)
treee3480ecc221c4f27db5b26f8766068a0c6d36fe7 /npc/001-1
parentc1610c2395490d4b71b7b84da89fa60e146c3db6 (diff)
downloadserverdata-7a919cb5277e14ae47b4f12ec3d274037009428e.tar.gz
serverdata-7a919cb5277e14ae47b4f12ec3d274037009428e.tar.bz2
serverdata-7a919cb5277e14ae47b4f12ec3d274037009428e.tar.xz
serverdata-7a919cb5277e14ae47b4f12ec3d274037009428e.zip
Enable warp to the Legion from Artis.
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/doors.txt7
1 files changed, 3 insertions, 4 deletions
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;
}