summaryrefslogtreecommitdiff
path: root/npc/027-4/saves.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-4/saves.txt')
-rw-r--r--npc/027-4/saves.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/027-4/saves.txt b/npc/027-4/saves.txt
index 34440b52e..0d316784e 100644
--- a/npc/027-4/saves.txt
+++ b/npc/027-4/saves.txt
@@ -60,11 +60,15 @@ function basicMagic {
mes l(".:: Windwalker ::.");
mesc l("Increase walk speed and flee rate.");
mes "";
+ mes l(".:: Chanting ::.");
+ mesc l("Reduces MP cost when using chanting-based skills.");
+ mes "";
menuint
l("First Aid"), TMW2_FIRSTAID,
l("Accumulate Power"), HW_MAGICPOWER,
l("Provoke"), SM_PROVOKE,
l("Windwalker"), SN_WINDWALK,
+ l("Chanting"), TMW2_CHANT,
l("Cancel"), 0;
return;
}