diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-15 07:34:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-15 07:34:55 -0300 |
commit | 9cdc44f322e70714468179bb5986e3b1d885a3ea (patch) | |
tree | 7d1551509c0289c49b60482e2deb3476fdd478e6 /npc/commands/kami.txt | |
parent | b35b4ed77eeb1748787c79c4d75813a3c203f6b2 (diff) | |
download | serverdata-9cdc44f322e70714468179bb5986e3b1d885a3ea.tar.gz serverdata-9cdc44f322e70714468179bb5986e3b1d885a3ea.tar.bz2 serverdata-9cdc44f322e70714468179bb5986e3b1d885a3ea.tar.xz serverdata-9cdc44f322e70714468179bb5986e3b1d885a3ea.zip |
Try with unitwarp [skip ci]
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r-- | npc/commands/kami.txt | 2 |
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; |