diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 18:29:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 18:29:31 -0300 |
commit | e569739aa829987879dad4b5fb840e4444cd3e87 (patch) | |
tree | 134707edbf0c429e52d9ce508ee146a1c46a5529 | |
parent | 4048c50aa11013de7eeabcc193a332b49372156e (diff) | |
download | serverdata-e569739aa829987879dad4b5fb840e4444cd3e87.tar.gz serverdata-e569739aa829987879dad4b5fb840e4444cd3e87.tar.bz2 serverdata-e569739aa829987879dad4b5fb840e4444cd3e87.tar.xz serverdata-e569739aa829987879dad4b5fb840e4444cd3e87.zip |
Fix Morgan dialog
-rw-r--r-- | npc/005-6/morgan.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt index 69d1c92d7..0f825d24e 100644 --- a/npc/005-6/morgan.txt +++ b/npc/005-6/morgan.txt @@ -25,7 +25,10 @@ L_Who: next; mesq l("I really hope that nothing major happens, though. I would hate to see blood being spilled."); next; - mesq l("If you train hard enough, and get access to a Mana Stone, I could teach you a trick or two. But right now, I don't sense magic compatibility in you."); // Because we haven't added that yet, duh. + if (!#MAGIC_LVL) + mesq l("If you train hard enough, and get access to a Mana Stone, I could teach you a trick or two. But right now, I don't sense magic compatibility in you."); + else + mesq l("I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council."); close; L_Shop: |