diff options
author | wushin <pasekei@gmail.com> | 2016-03-09 21:10:45 -0600 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-03-30 11:22:53 -0400 |
commit | aee89bdbe04ad0aed06622052244bf6b7d3c1d23 (patch) | |
tree | ce0b368cd6c6e2a92f9e0e8baaf7af0ab6f63a3d /world/map/npc/006-1 | |
parent | 778cd71d3933ac6172b09654fdf2b4b317d18398 (diff) | |
download | serverdata-aee89bdbe04ad0aed06622052244bf6b7d3c1d23.tar.gz serverdata-aee89bdbe04ad0aed06622052244bf6b7d3c1d23.tar.bz2 serverdata-aee89bdbe04ad0aed06622052244bf6b7d3c1d23.tar.xz serverdata-aee89bdbe04ad0aed06622052244bf6b7d3c1d23.zip |
Fix invocations
Diffstat (limited to 'world/map/npc/006-1')
-rw-r--r-- | world/map/npc/006-1/spirit.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/006-1/spirit.txt b/world/map/npc/006-1/spirit.txt index 9a839a81..68e1bbe7 100644 --- a/world/map/npc/006-1/spirit.txt +++ b/world/map/npc/006-1/spirit.txt @@ -178,7 +178,7 @@ L_Next5: mes "\"Kekeke... excellent! Yes, here goes your first spell, the flying backpack! If you are overloaded, it will take the load off your shoulders.\""; next; mes "[Earth Spirit]"; - mes "\"Take a cocoon, living or dead, and suffuse it in magic. Whisper '" + ("flying-backpack") + "', and feel it float!\""; + mes "\"Take a cocoon, living or dead, and suffuse it in magic. Whisper '" + get(.invocation$, "flying-backpack") + "', and feel it float!\""; goto L_Q_magic_finish; L_Q_magic_3: @@ -196,7 +196,7 @@ L_Next6: mes "\"Yeees, good! This one is a protection spell, making your skin harder. You need a hard spike for it, though. Hold that spike in your hands, and focus on it.\""; next; mes "[Earth Spirit]"; - mes "\"Next, say '" + ("protect") + "', and feel your skin grow rigid! Very useful against stings and stabs and pokes and pricks and that sort of stuff.\""; + mes "\"Next, say '" + get(.invocation$, "protect") + "', and feel your skin grow rigid! Very useful against stings and stabs and pokes and pricks and that sort of stuff.\""; goto L_Q_magic_finish; L_Q_magic_4: |