summaryrefslogtreecommitdiff
path: root/npc/magic/level2-lay-on-hands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/level2-lay-on-hands.txt')
-rw-r--r--npc/magic/level2-lay-on-hands.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/magic/level2-lay-on-hands.txt b/npc/magic/level2-lay-on-hands.txt
index fe9af4cd..f3ff5880 100644
--- a/npc/magic/level2-lay-on-hands.txt
+++ b/npc/magic/level2-lay-on-hands.txt
@@ -61,6 +61,7 @@ function script SK_Inma {
SC_Bonus(5, SC_BLOODING, 1); // FIXME SC_REBOUND? SC_MAGICMUSHROOM?
// Gives EXP according to how much you healed
+ setq2(MagicQuest_Healing, getq2(MagicQuest_Healing)+1);
getexp .@dmg*getskilllv(SKILL_MAGIC_LIFE), .@PW/10;
GetManaExp(@skillId, 2);
return;