summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-05-31 10:10:39 +0000
committerFate <fate-tmw@googlemail.com>2009-05-31 10:10:39 +0000
commit8b00cf63d99818e9e8bff9bcad1b2d45356923d0 (patch)
tree71d4440348fab04fe8f34aedcc5e6c819d478348 /npc
parente0526fcc8f3dbed1c6ff16002ed4cd03b275b253 (diff)
downloadserverdata-8b00cf63d99818e9e8bff9bcad1b2d45356923d0.tar.gz
serverdata-8b00cf63d99818e9e8bff9bcad1b2d45356923d0.tar.bz2
serverdata-8b00cf63d99818e9e8bff9bcad1b2d45356923d0.tar.xz
serverdata-8b00cf63d99818e9e8bff9bcad1b2d45356923d0.zip
Summoning spells now also require a root.
Diffstat (limited to 'npc')
-rw-r--r--npc/013-1_Woodland_hills/sagatha.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt
index 5d59b9de..e96a9eab 100644
--- a/npc/013-1_Woodland_hills/sagatha.txt
+++ b/npc/013-1_Woodland_hills/sagatha.txt
@@ -280,7 +280,7 @@ L_teach_A10:
L_teach_A11:
if (@mexp < 200) goto L_teach_noexp;
mes "[Sagatha the Witch]";
- mes "\"If you must fight, call allies. You can call spiky mushrooms out of the ground with a mushroom spike. Hold up the spike and call out to them: '" + getspellinvocation("summon-spiky-mushrooms") + "'.\"";
+ mes "\"If you must fight, call allies. You can call spiky mushrooms out of the ground with a mushroom spike and a root. Hold up the spike and call out to them: '" + getspellinvocation("summon-spiky-mushrooms") + "'. Then press the root to the ground.\"";
next;
mes "[Sagatha the Witch]";
mes "\"Spiky mushrooms often grow too many spikes, so you can shear the spikes off of some.\"";
@@ -290,7 +290,7 @@ L_teach_A11:
L_teach_A12:
if (@mexp < 220) goto L_teach_noexp;
mes "[Sagatha the Witch]";
- mes "\"You can call fluffies, too. But for them you must call out '" + getspellinvocation("summon-fluffies") + "' instead, with white fluffy fur.\"";
+ mes "\"You can call fluffies, too. But for them you must call out '" + getspellinvocation("summon-fluffies") + "' instead, with white fluffy fur instead of a spike. And don't forget the root.\"";
goto L_practice;
L_teach_N11: