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/017-4 | |
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/017-4')
-rw-r--r-- | world/map/npc/017-4/waric.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index 92674a00..a0f826e9 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -234,7 +234,7 @@ L_Mushroom: mes "\"Now that you are a student of mine, I will teach you some spells.\""; next; mes "\"We will start with an easy one. I will teach you how to summon a wicked mushroom.\""; - mes "\"The spell consumes a Small Mushroom and a Dark Crystal. Shove the Dark Crystal into the Small Mushroom and yell " + get(.invocation$, "summon-wickedmushroom") +".\""; + mes "\"The spell consumes a Small Mushroom and a Dark Crystal. Shove the Dark Crystal into the Small Mushroom and yell " + get(.invocation$, "smwmushroom") +".\""; next; mes "\"A wicked mushroom will appear to fight for you.\""; set OrumQuest, 37; |