Commit 16ca64ab2a49a2d01e49874264d0a3f6ca95426b

Authored by zhouhaihai
1 parent 29fe5045

全部敌人

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -1241,7 +1241,7 @@ local function chooseCommon(self, room, block, chooseData, choose, tag) @@ -1241,7 +1241,7 @@ local function chooseCommon(self, room, block, chooseData, choose, tag)
1241 end, 1241 end,
1242 [12] = function() 1242 [12] = function()
1243 -- buffId 1243 -- buffId
1244 - local targers = self.battle.player:getTeam(2) 1244 + local targers = self.battle.player:getTeam(2, nil, nil, true)
1245 for _, target in pairs(targers) do 1245 for _, target in pairs(targers) do
1246 target:addBuff(effect[2]) 1246 target:addBuff(effect[2])
1247 end 1247 end