diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-05 16:46:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-05 16:46:16 -0300 |
commit | d24fa6c2b9d9e6dddc49291cf0c91d61a43812e6 (patch) | |
tree | 3f5708a0551731055714e61745073e8f4b562ca9 /npc/014-5-1 | |
parent | 0fb46434158d8a222924554e3ca618a37bfa74f5 (diff) | |
download | serverdata-d24fa6c2b9d9e6dddc49291cf0c91d61a43812e6.tar.gz serverdata-d24fa6c2b9d9e6dddc49291cf0c91d61a43812e6.tar.bz2 serverdata-d24fa6c2b9d9e6dddc49291cf0c91d61a43812e6.tar.xz serverdata-d24fa6c2b9d9e6dddc49291cf0c91d61a43812e6.zip |
Kalspike can be learnt after the first task, on hindsight.
...Which is still learning Kalspike + Kalboo, unless your magic level is not 2.
Diffstat (limited to 'npc/014-5-1')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index d376333d5..bac994041 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -309,12 +309,8 @@ function teachMagic { mesq l("For now, yes. But you will have to prove that you really care about more than yourself."); next; mesn; - mesq l("I'll teach you two spells. The first one is CUTE HEART. It summons Fluffies."); - next; - mesn; - mesq l("And the second one is KALSPIKE. It allows you to summon Poison Spiky Mushroom."); + mesq l("I'll teach you a spell. It is called CUTE HEART. It summons Fluffies. They are so cute, I want to hug them..."); skill TMW2_CUTEHEART, 1, 0; - skill TMW2_KALSPIKE, 1, 0; setq General_Sagratha, 1; break; case 2: @@ -349,7 +345,7 @@ function teachMagic { mesq l("Wolverns are fierce creatures who likes cold places. Their fur is soft."); next; mesn; - mesq l("You can also use PLANTKINGDOM to spawn several plants at once, too. Let's make this world more green."); + mesq l("You can also use PLANT KINGDOM to spawn several plants at once, too. Let's make this world more green."); skill TMW2_KALWULF, 1, 0; skill TMW2_PLANTKINGDOM, 1, 0; setq General_Sagratha, 5; @@ -366,10 +362,10 @@ function teachMagic { mesq l("Lilit is the fairy kingdom, governed by Lilit the Fairy."); next; mesn; - mesq l("Anyway. This is the FAIRYKINGDOM spell. It'll spawn fairies."); + mesq l("Anyway. This is the FAIRY KINGDOM spell. It'll spawn fairies."); next; mesn; - mesq l("Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and fairykingdom at once. You never know."); + mesq l("Fairies usually behaves well, but they hate snakes, so avoid casting halhiss and fairy kingdom at once. You never know."); skill TMW2_FAIRYKINGDOM, 1, 0; setq General_Sagratha, 7; break; @@ -449,6 +445,10 @@ function requireHelp { case 1: mesn; mesq l("Come back later."); + next; + mesn; + mesq l("And the second one is KALSPIKE. It allows you to summon Poison Spiky Mushroom."); + skill TMW2_KALSPIKE, 1, 0; break; } next; |