Commit 19bab31c823f1848173f3cac62bc3317da5cc8a3
1 parent
1654ab82
放逐是击杀
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/adv/Adv.lua
@@ -1498,9 +1498,7 @@ function Adv:doActive(activeId, target) | @@ -1498,9 +1498,7 @@ function Adv:doActive(activeId, target) | ||
1498 | doActiveEffect[5] = function(_) | 1498 | doActiveEffect[5] = function(_) |
1499 | for _, target in ipairs(targers) do | 1499 | for _, target in ipairs(targers) do |
1500 | if not target.lock and not target.isDead then | 1500 | if not target.lock and not target.isDead then |
1501 | - self.battle:removeEnemyById(target.id) | ||
1502 | - local block = self:getBlock(target.roomId, target.blockId) | ||
1503 | - block:clear() | 1501 | + target.isDead = true |
1504 | self:backBlockChange(target.roomId, target.blockId) | 1502 | self:backBlockChange(target.roomId, target.blockId) |
1505 | end | 1503 | end |
1506 | end | 1504 | end |