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 0d316784e..c337b8019 100644
--- a/npc/027-4/saves.txt
+++ b/npc/027-4/saves.txt
@@ -63,12 +63,16 @@ function basicMagic {
mes l(".:: Chanting ::.");
mesc l("Reduces MP cost when using chanting-based skills.");
mes "";
+ mes l(".:: Transfer Mana ::.");
+ mesc l("Drains your MP bar to replenish target's. Doesn't go past 100%.");
+ 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("Transfer Mana"), TMW2_MPTRANSFER,
l("Cancel"), 0;
return;
}