diff options
Diffstat (limited to 'npc/005-6')
-rw-r--r-- | npc/005-6/morgan.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt index d35e6334d..01911d92b 100644 --- a/npc/005-6/morgan.txt +++ b/npc/005-6/morgan.txt @@ -59,6 +59,7 @@ L_MagicCore: next; mesn; mesq l("I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though."); + break; case 2: mesn; mesq l("You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class."); @@ -68,6 +69,7 @@ L_MagicCore: next; mesn; mesq l("Of course, if you don't ask from the Mana Stone for more magic, that means nothing..."); + break; case 3: mesn; mesq l("Sure! But that is Mana Magic. Just bring me a mug of beer, I'm thristy. And I'll teach you a basic skill."); @@ -88,6 +90,7 @@ L_MagicCore: mesn; mesq l("By the way, you need a couple of @@ to try the skill. Fail rate is pretty high, but that book will teach you how to reduce it.", getitemlink(MaggotSlime)); } + break; default: close; } @@ -95,6 +98,11 @@ L_MagicCore: goto L_MagicCore; +L_Cheat: + mesn; + mesq l("I offer an awesome skill for you, for a very slow price, and you try to cheat me... pitiful..."); + close; + OnInit: tradertype(NST_MARKET); |