From 88e7ffb2ec3f992fd38a4a093f0d746714c4b51f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 7 Jun 2020 01:09:29 -0300 Subject: Update to now deprecated elements, and to harm new flag. --- npc/commands/kami.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/commands/kami.txt') diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 531d09a9d..93ba4d7a4 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -68,13 +68,13 @@ OnPurify: end; OnHarm: - harm(getcharid(3), 500, 1); + harm(getcharid(3), 500, HARM_PHYS); end; OnHarm2: .@id=getcharid(3); detachrid(); - harm(.@id, 500, 1); + harm(.@id, 500, HARM_MISC, Ele_Holy); end; OnInit: -- cgit v1.2.3-70-g09d2