summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-07 01:09:29 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-07 01:09:29 -0300
commit88e7ffb2ec3f992fd38a4a093f0d746714c4b51f (patch)
tree80d766746aff0664778545f4a290198787f28a30 /npc/commands
parent3bb355fb545b6505451989afec7ca74cb49e5967 (diff)
downloadserverdata-88e7ffb2ec3f992fd38a4a093f0d746714c4b51f.tar.gz
serverdata-88e7ffb2ec3f992fd38a4a093f0d746714c4b51f.tar.bz2
serverdata-88e7ffb2ec3f992fd38a4a093f0d746714c4b51f.tar.xz
serverdata-88e7ffb2ec3f992fd38a4a093f0d746714c4b51f.zip
Update to now deprecated elements, and to harm new flag.
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/kami.txt4
1 files changed, 2 insertions, 2 deletions
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: