summaryrefslogtreecommitdiff
path: root/npc/001-2-33/lozerk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-33/lozerk.txt')
-rw-r--r--npc/001-2-33/lozerk.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/001-2-33/lozerk.txt b/npc/001-2-33/lozerk.txt
index 7ac6d4cb..5b8b00ed 100644
--- a/npc/001-2-33/lozerk.txt
+++ b/npc/001-2-33/lozerk.txt
@@ -139,6 +139,14 @@
speech S_LAST_NEXT,
l("Welcome to the Legion of Aemil's building in Artis!");
+ // You're an enemy of the Legion - No dialog for you
+ if (faction_standing("LEGION", true) < 1) {
+ mesn;
+ mesq l("Please don't loiter around unless you have business with the Legion.");
+ close;
+ }
+
+
do
{
.@legion_progress = getq(Artis_Legion_Progress);