From 86cfad9a26d76772af47e4222a803d6726cf57a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Mar 2021 21:36:07 -0300 Subject: If Andrei Sakar dies... Well, then he is dead? Game World should react at least a bit to this fact. --- npc/003-0/trickmaster.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'npc/003-0/trickmaster.txt') diff --git a/npc/003-0/trickmaster.txt b/npc/003-0/trickmaster.txt index d3e1e1c29..14885874c 100644 --- a/npc/003-0/trickmaster.txt +++ b/npc/003-0/trickmaster.txt @@ -48,9 +48,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; -- cgit v1.2.3-60-g2f50