summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-lay-on-hands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level2-lay-on-hands.txt')
-rw-r--r--world/map/npc/magic/level2-lay-on-hands.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/magic/level2-lay-on-hands.txt b/world/map/npc/magic/level2-lay-on-hands.txt
index 75f20689..9deac893 100644
--- a/world/map/npc/magic/level2-lay-on-hands.txt
+++ b/world/map/npc/magic/level2-lay-on-hands.txt
@@ -72,7 +72,8 @@ L_SpecialRules5:
set @needed, get(MaxHp, @target_id) - get(Hp, @target_id);
goto L_Pay;
L_SpecialRules6:
- message strcharinfo(0), "You cant heal others on this map!";
+ if ($@KIMARR_EVENT < 1) goto L_Pay;
+ message strcharinfo(0), "You can't heal others on this map!";
end;
OnInit: