diff options
author | Wushin <pasekei@gmail.com> | 2016-05-11 16:50:15 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2016-05-11 16:50:15 -0500 |
commit | 6fb28669713684116e3598cbfad078bffb7f0531 (patch) | |
tree | d478ccf6e0ed83ab1e6aa59f09b74f14c55dd0cc /world/map/npc/029-2 | |
parent | 9218cfaba1337e0098f147cd58d0496bdaf14728 (diff) | |
parent | a25fa832a47e27a56be017bbb58b85ba7f072507 (diff) | |
download | serverdata-6fb28669713684116e3598cbfad078bffb7f0531.tar.gz serverdata-6fb28669713684116e3598cbfad078bffb7f0531.tar.bz2 serverdata-6fb28669713684116e3598cbfad078bffb7f0531.tar.xz serverdata-6fb28669713684116e3598cbfad078bffb7f0531.zip |
Merge pull request #496 from mekolat/end-message
a bit of everything
Diffstat (limited to 'world/map/npc/029-2')
-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; |