summaryrefslogtreecommitdiff
path: root/npc/001-1/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/doors.txt')
-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 7cf4e132..c4288328 100644
--- a/npc/001-1/doors.txt
+++ b/npc/001-1/doors.txt
@@ -10,7 +10,7 @@
OnTouch:
.@enora = getq(ArtisQuests_Enora);
- if (.@enora < 11)
+ if (.@enora < 4)
{
narrator S_LAST_NEXT,
l("The door to the legion building is temporarily closed.");
@@ -34,7 +34,7 @@ OnTouch:
.@enora = getq(ArtisQuests_Enora);
.@legion = getq(Artis_Legion_Progress);
.@brotherhood = getq(General_Brotherhood);
- if (.@enora < 11)
+ if (.@enora < 4)
{
setfakecells 57, 41, 1;
end;
@@ -46,7 +46,7 @@ OnTouch:
OnUnTouch:
.@enora = getq(ArtisQuests_Enora);
- if (.@enora < 11)
+ if (.@enora < 4)
{
end;
}