diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-05-04 09:31:54 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-05-04 09:31:54 -0400 |
commit | 46c803f09b3d100ecbc7575f750931e27280de29 (patch) | |
tree | 85eed5fb793e34f98862cddb0cf2be91f7c6c313 /world/map/npc | |
parent | b0ca99e7e6af01c884bd6be27cceedb0266b1929 (diff) | |
download | serverdata-46c803f09b3d100ecbc7575f750931e27280de29.tar.gz serverdata-46c803f09b3d100ecbc7575f750931e27280de29.tar.bz2 serverdata-46c803f09b3d100ecbc7575f750931e27280de29.tar.xz serverdata-46c803f09b3d100ecbc7575f750931e27280de29.zip |
make morgan teach about `discharge` spell
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/029-2/morgan.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/029-2/morgan.txt b/world/map/npc/029-2/morgan.txt index d5604f93..a72bfa1d 100644 --- a/world/map/npc/029-2/morgan.txt +++ b/world/map/npc/029-2/morgan.txt @@ -109,6 +109,7 @@ L_LearningDone: mes "\"" + get(.invocation$, "spell-wand") + " is a basic wand attack.\""; mes "\"A Wand must be equipped to use the spell.\""; mes "\"To cast a spell open the chat window, type the invocation and press enter.\""; + mes "\"You can also discharge any active spell by saying " + get(.invocation$, "discharge spell") + ".\""; mes "\"I've taught you all I can for now. You should visit the Mana Seed north west of Hurnscald.\""; goto L_Close; |