summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/kami.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 4591e62d8..12cf0ee11 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -63,7 +63,7 @@ OnPurify:
.@c=getunits(.@b, .@mbs, false, .@m$, .@x-.@r, .@y-.@r, .@x+.@r, .@y+.@r);
for (.@i = 0; .@i < .@c; .@i++) {
specialeffect(FX_LIGHTNING, AREA, .@mbs[.@i]);
- unitkill(.@mbs[.@i]);
+ unitwarp(.@mbs[.@i], "boss", 25, 25);
}
end;