summaryrefslogtreecommitdiff
path: root/npc/005-6/morgan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-6/morgan.txt')
-rw-r--r--npc/005-6/morgan.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt
index 692f7e3b0..3647b50eb 100644
--- a/npc/005-6/morgan.txt
+++ b/npc/005-6/morgan.txt
@@ -79,20 +79,20 @@ L_MagicCore:
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.");
+ mesq l("Sure! But that is Summon Magic. Just bring me a mug of beer, I'm thristy. And I'll teach you a basic skill.");
next;
if (askyesno() == ASK_YES) {
if (!countitem(Beer)) goto L_Cheat;
delitem Beer, 1;
skill(TMW2_KALMURK,1,0);
mesn;
- mesq l("You can use @@ to summon some maggots. That depends on your magic level, of course.", b("@sk-kalmurk"));
+ mesq l("You can use @@ to summon some maggots. That depends on your magic level, of course.", b("Kalmurk"));
next;
mesn;
- mesq l("That's a Mana Magic. It is very different from regular magic. For example, it have an experience meter and an alias you can say.");
+ mesq l("That's a Summon Magic. Unlike regular magic, you can increase its levels directly from skill menu (F5).");
next;
mesn;
- mesq l("If you don't have a @@, you can only track progress on Mana Magic using @@, and you won't really gain any mana experience for a while.", getitemlink(JesusalvaGrimorium), b("@sk-abizit"));
+ mesq l("Keep in mind the more power you have, the less control you'll have as well. Until you get a %s to track progress, use %s to check your control. Less control may result in failure to summon!", getitemlink(JesusalvaGrimorium), b("@abizit"));
next;
mesn;
mesq l("By the way, you need a couple of @@ to try the skill. Fail rate is pretty high if you don't know how to control your magic.", getitemlink(MaggotSlime));
@@ -106,7 +106,7 @@ L_MagicCore:
mesq l("This means everytime you get more power, you lose control. Pratice is the key.");
next;
mesn;
- mesq l("Try praticing with different mana magic skills. Anyway, you can use this command to see your magic proeficiency: " + b("@sk-abizit"));
+ mesq l("Try praticing with different mana magic skills. Anyway, you can use this command to see your magic proeficiency: " + b("@abizit"));
break;
default:
close;