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 61cb5c576..34440b52e 100644
--- a/npc/027-4/saves.txt
+++ b/npc/027-4/saves.txt
@@ -98,8 +98,12 @@ function advancedMagic {
mes l(".:: Magnus Healing ::.");
mesc l("Heals in area every friendly unit (incl. homuns and mercs). Req. Lifestone to cast.");
mes "";
+ mes l(".:: Resurrection ::.");
+ mesc l("Revives an already dead allied player. Req. Lifestone to cast.");
+ mes "";
menuint
l("Magnus Healing"), TMW2_MAGNUSHEAL,
+ l("Resurrection"), TMW2_RESURRECT,
l("Cancel"), 0;
return;
}