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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt
index 67936b4b..7cf4e132 100644
--- a/npc/001-1/doors.txt
+++ b/npc/001-1/doors.txt
@@ -32,11 +32,15 @@ OnUnTouch:
OnTouch:
.@enora = getq(ArtisQuests_Enora);
+ .@legion = getq(Artis_Legion_Progress);
+ .@brotherhood = getq(General_Brotherhood);
if (.@enora < 11)
{
setfakecells 57, 41, 1;
end;
}
+ if (.@legion == 6 && !.@brotherhood)
+ addtimer 30, "Sophialla#001-1::OnLegionComplete";
setfakecells 57, 41, 0;
doorTouch;