diff options
author | Reid <reidyaro@gmail.com> | 2015-12-28 02:46:53 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-28 02:46:53 +0100 |
commit | 71712890610b7419848033113b157a4425412f27 (patch) | |
tree | 9260653308365726832f8569acafc66d5465f6c5 | |
parent | 6a2524a7690a7ade22420e818a852497c0bc4823 (diff) | |
download | serverdata-71712890610b7419848033113b157a4425412f27.tar.gz serverdata-71712890610b7419848033113b157a4425412f27.tar.bz2 serverdata-71712890610b7419848033113b157a4425412f27.tar.xz serverdata-71712890610b7419848033113b157a4425412f27.zip |
Change Enora's max constant value on the Legion's door script.
-rw-r--r-- | npc/001-1/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index 808fbde8..fae200dd 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -486,7 +486,7 @@ OnInit: OnTouch: .@enora = getq(ArtisQuests_Enora); - if (.@enora < 4) + if (.@enora < 8) { narrator 4, l("Doors are closed."); |