Commit 16ca64ab2a49a2d01e49874264d0a3f6ca95426b
1 parent
29fe5045
全部敌人
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/Adv.lua
... | ... | @@ -1241,7 +1241,7 @@ local function chooseCommon(self, room, block, chooseData, choose, tag) |
1241 | 1241 | end, |
1242 | 1242 | [12] = function() |
1243 | 1243 | -- buffId |
1244 | - local targers = self.battle.player:getTeam(2) | |
1244 | + local targers = self.battle.player:getTeam(2, nil, nil, true) | |
1245 | 1245 | for _, target in pairs(targers) do |
1246 | 1246 | target:addBuff(effect[2]) |
1247 | 1247 | end | ... | ... |