From e569739aa829987879dad4b5fb840e4444cd3e87 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 May 2018 18:29:31 -0300 Subject: Fix Morgan dialog --- npc/005-6/morgan.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/005-6') 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: -- cgit v1.2.3-60-g2f50