diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2021-03-25 17:48:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 17:48:06 +0000 |
commit | 786f65f66f0743d14574b4508aeb939134f73eb8 (patch) | |
tree | ca50e9bc53546dc16754c0b8edd23100831e5707 /world | |
parent | c5a48335959d6e6ff00540afe8650508bcaa69ee (diff) | |
download | serverdata-786f65f66f0743d14574b4508aeb939134f73eb8.tar.gz serverdata-786f65f66f0743d14574b4508aeb939134f73eb8.tar.bz2 serverdata-786f65f66f0743d14574b4508aeb939134f73eb8.tar.xz serverdata-786f65f66f0743d14574b4508aeb939134f73eb8.zip |
Waric spell corrections (#572)
* changed summon-wicked-mushroom to smwmushroom as the spell is called
Diffstat (limited to 'world')
-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 9d22da2f..1fc489f3 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -345,7 +345,7 @@ L_Next8: mes "\"Yes, of course.\""; mes "\"To summon the snakes use " + get(.invocation$, "summon-snakes") + ". Make sure to have a snake egg and a dark crystal with you.\""; mes "\"Say " + get(.invocation$, "toxic-dart") + " to make your two roots into toxic darts.\""; - mes "\"And the first spell, to summon wicked mushrooms, is " + get(.invocation$, "summon-wickedmushroom") + ". Remember, you will need a small mushroom and dark crystal.\""; + mes "\"And the first spell, to summon wicked mushrooms, is " + get(.invocation$, "smwmushroom") + ". Remember, you will need a small mushroom and dark crystal.\""; next; mes "\"Now leave. Spread chaos with the spells I have taught you!\""; goto L_Close; |