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.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/magic/level2-lay-on-hands.txt b/npc/magic/level2-lay-on-hands.txt
index f3ff5880..65c68523 100644
--- a/npc/magic/level2-lay-on-hands.txt
+++ b/npc/magic/level2-lay-on-hands.txt
@@ -53,6 +53,8 @@ function script SK_Inma {
// Heal the target instantly
harm(@skillTarget, -(.@dmg), HARM_MISC);
+ specialeffect(FX_MAGIC_WHITE, AREA, @skillTarget);
+ specialeffect(FX_MAGIC_WHITE, AREA, getcharid(3));
// Specifics
if (getskilllv(SKILL_MAGIC_DARK) >= 2)