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/001-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/001-1')
-rw-r--r-- | world/map/npc/001-1/ched.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/001-1/ched.txt b/world/map/npc/001-1/ched.txt index dee6cb77..eb82aba1 100644 --- a/world/map/npc/001-1/ched.txt +++ b/world/map/npc/001-1/ched.txt @@ -15,9 +15,9 @@ L_Next: mes "[Ched]"; mes "\"Well, I don't remember what it's called... I took it out of 'Timbleweed's Advanced Transmutations,' but it seems awfully hard to cast.\""; next; - mes "\"If you want to try it, the invocation is '" + ("merge-concentration-potions") + ".' I just can't get the hang of it though.\""; + mes "\"If you want to try it, the invocation is '" + get(.invocation$, "merge-concentration-potions") + ".' I just can't get the hang of it though.\""; next; - mes "\"Maybe I should go back to practicing '" + ("detect-magic") + "' until I can cast it properly.\" %%6"; + mes "\"Maybe I should go back to practicing '" + get(.invocation$, "detect-magic") + "' until I can cast it properly.\" %%6"; goto L_Done; L_Done: |