summaryrefslogtreecommitdiff
path: root/npc/001-2-32/serena.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-32/serena.txt')
-rw-r--r--npc/001-2-32/serena.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/001-2-32/serena.txt b/npc/001-2-32/serena.txt
index 1594f219..06b409ff 100644
--- a/npc/001-2-32/serena.txt
+++ b/npc/001-2-32/serena.txt
@@ -41,6 +41,13 @@ OnInit:
end;
}
+ // Enemies of the Legion of Aemil cannot train, obviously
+ if (faction_standing("LEGION", true) < 1) {
+ mesn;
+ mesq l("Sorry, but I can only train you if Lieutenant Lozerk authorizes.");
+ close;
+ }
+
// Otherwise, begin it
mesn;
mesq l("Are you ready for your training?");