diff options
Diffstat (limited to 'npc/014-5')
-rw-r--r-- | npc/014-5/sagratha.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/014-5/sagratha.txt b/npc/014-5/sagratha.txt index 0df85a151..a871ea7f5 100644 --- a/npc/014-5/sagratha.txt +++ b/npc/014-5/sagratha.txt @@ -96,7 +96,8 @@ L_Lockpick: mes ""; if (@menu == 1) { mesn l("Sagratha"); - mesq l("No, I don't teach magic. No, I'm not interested in @@ affairs.", get_race()); + // I don't take strangers as students. + mesq l("No, I don't teach magic to strangers. No, I'm not interested in @@ affairs.", get_race()); next; mesn l("Sagratha"); mesq l("Yes, I know when next Alliance's Council meeting will be. No, I don't need anything."); |