summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-lay-on-hands.txt
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-09-11 23:57:32 +0200
committerHoraK-FDF <horak-fdf@web.de>2022-09-11 23:57:32 +0200
commit360eb0e750b17526e4fc112580f63b45acf4805a (patch)
tree6b12b85627dcd00a74c138b6ad9111baa5c09560 /world/map/npc/magic/level2-lay-on-hands.txt
parentd24af69864c3eb15b72fe7c070331980dc732742 (diff)
downloadserverdata-360eb0e750b17526e4fc112580f63b45acf4805a.tar.gz
serverdata-360eb0e750b17526e4fc112580f63b45acf4805a.tar.bz2
serverdata-360eb0e750b17526e4fc112580f63b45acf4805a.tar.xz
serverdata-360eb0e750b17526e4fc112580f63b45acf4805a.zip
disable healing others only on event fix
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: