diff options
Diffstat (limited to 'npc/012-1/andrei.txt')
-rw-r--r-- | npc/012-1/andrei.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/012-1/andrei.txt b/npc/012-1/andrei.txt index 046665b28..770f024f4 100644 --- a/npc/012-1/andrei.txt +++ b/npc/012-1/andrei.txt @@ -74,6 +74,11 @@ L_Default: mesq l("Hi, @@.", strcharinfo(0)); else mesq l("Hi."); + if ($GAME_STORYLINE >= 3 && $LIGHT_HOLDER$ == "") { + next; + mesn l("Andrei Sakar, Legendary Hero"); + mesq l("If %s meet the true form of the %s and prove to be a real hero, the sword will give itself for them. But if they fail to prove real heroism, the sword will leave after a while.", $WORLD_HERO$, getitemlink(Lightbringer)); + } close; L_Quizz: |