diff options
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r-- | npc/commands/kami.txt | 4 |
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: |