diff options
Diffstat (limited to 'npc/027-2/colin.txt')
-rw-r--r-- | npc/027-2/colin.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/027-2/colin.txt b/npc/027-2/colin.txt index ce4ad4b4c..f0384c736 100644 --- a/npc/027-2/colin.txt +++ b/npc/027-2/colin.txt @@ -64,9 +64,11 @@ L_NoMagic: mesn; mesq l("You do not have enough magic power for these classes."); next; - mesn; - mesq l("Besides the Magic Council, Andrei Sakar have his own Mana Stone, but I doubt he would train the likes of you, or share his Mana Stone."); - next; + if ($FIRESOFSTEAM < 9) { + mesn; + mesq l("Besides the Magic Council, Andrei Sakar have his own Mana Stone, but I doubt he would train the likes of you, or share his Mana Stone."); + next; + } mesn; mesq l("Perhaps, in the city, someone knows rumors about Mana Stones and can teach you. Other than that, you're on your own."); close; |