diff options
author | Reid <reidyaro@gmail.com> | 2016-02-14 02:48:11 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-14 02:48:11 +0100 |
commit | 999385f6d366a84338131e594ac00f5d6786b158 (patch) | |
tree | 402d313ba60292354746c505551f52ed15f6116b | |
parent | c6c72987bde88638077604e69626525ef35d3304 (diff) | |
download | serverdata-999385f6d366a84338131e594ac00f5d6786b158.tar.gz serverdata-999385f6d366a84338131e594ac00f5d6786b158.tar.bz2 serverdata-999385f6d366a84338131e594ac00f5d6786b158.tar.xz serverdata-999385f6d366a84338131e594ac00f5d6786b158.zip |
Change the restriction from ArtisQuests_Enora == 8 to ArtisQuests_Enora == 0 to enter the LoA building on Artis.
-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 fbc27be4..c418acff 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 < 8) + if (.@enora == 0) { narrator 4, l("The door of the legion building is closed."), |