summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/014-5-1/sagratha.txt23
1 files changed, 22 insertions, 1 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt
index 480a57104..9c5b3c259 100644
--- a/npc/014-5-1/sagratha.txt
+++ b/npc/014-5-1/sagratha.txt
@@ -388,6 +388,28 @@ function teachMagic {
setq General_Sagratha, 9;
break;
}
+ case 10:
+ if (MAGIC_LVL < 6)
+ goto L_Magicless;
+ mesn;
+ mesc l("@@ nods.", .name$);
+ mesq l("You've been asking for way too much power from the Mana Seed.");
+ next;
+ mesn;
+ mesq l("Too much power can corrupt you. I've seen this happening before... countless times.");
+ next;
+ mesn;
+ mesq l("This is the STONEHEART spell. It'll summon the fierce Terranite.");
+ next;
+ mesn;
+ mesq l("They used to be an advanced civilization long long ago, but they decided to go against the Moubootaur.");
+ next;
+ mesn;
+ mesq l("They are now like most monsters. I pity them. Their sacrifice was not in vain, though.");
+ skill TMW2_STONEHEART, 1, 0;
+ setq General_Sagratha, 11;
+ break;
+ }
/*
Limerizer Lv 30
Halhiss Lv 40
@@ -398,7 +420,6 @@ function teachMagic {
Stoneheart Lv 80
skill TMW2_DRAGOKIN, 5;
- skill TMW2_STONEHEART, 9;
*/
next;
return;