diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-03-15 12:58:11 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-03-30 11:22:56 -0400 |
commit | 8d9de1d4d43b4548aa544a995d402173e7e56af8 (patch) | |
tree | e50214212150fd02763249686fff9283dc6463f3 /world/map/npc/013-1/sagatha.txt | |
parent | 19eb4a9b9267967c1c8c0f4a434bd2097706146d (diff) | |
download | serverdata-8d9de1d4d43b4548aa544a995d402173e7e56af8.tar.gz serverdata-8d9de1d4d43b4548aa544a995d402173e7e56af8.tar.bz2 serverdata-8d9de1d4d43b4548aa544a995d402173e7e56af8.tar.xz serverdata-8d9de1d4d43b4548aa544a995d402173e7e56af8.zip |
fix spell names for puppets
Diffstat (limited to 'world/map/npc/013-1/sagatha.txt')
-rw-r--r-- | world/map/npc/013-1/sagatha.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/013-1/sagatha.txt b/world/map/npc/013-1/sagatha.txt index fe7503a6..e113d35a 100644 --- a/world/map/npc/013-1/sagatha.txt +++ b/world/map/npc/013-1/sagatha.txt @@ -290,14 +290,14 @@ L_teach_A10: mes "\"To protect against others' magic, take a small mushroom from a shady place. Mushrooms draw things out of the earth. Rub your mushroom into pieces between your hands.\""; next; mes "[Sagatha the Witch]"; - mes "\"Then say '" + get(.invocation$, "barrier") + "' and let the mushroom's power take over.\""; + mes "\"Then say '" + get(.invocation$, "magic barrier") + "' and let the mushroom's power take over.\""; goto L_practice; 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 and a root. Hold up the spike and call out to them: '" + get(.invocation$, "summon-spiky-mushrooms") + "'. Then press the root to the ground.\""; + 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: '" + get(.invocation$, "smsmushrooms") + "'. 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.\""; @@ -308,7 +308,7 @@ 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 '" + get(.invocation$, "summon-fluffies") + "' instead, with white fluffy fur instead of a spike. And don't forget the root.\""; + mes "\"You can call fluffies, too. But for them you must call out '" + get(.invocation$, "smfluffies") + "' instead, with white fluffy fur instead of a spike. And don't forget the root.\""; goto L_practice; L_teach_N11: |