fix
This commit is contained in:
parent
b61151dc0b
commit
2cf8e25ced
@ -339,9 +339,9 @@ function BattleBaseController:onLinkChange()
|
||||
end
|
||||
|
||||
local dmgElementTypeMap
|
||||
if not self:getCurActionUnitComp():getActiveSkillLimit() then
|
||||
local aniSequence, influenceElementType, lineCount, elementTypeMap, linkElementType, effectGridMap, randomPosList = self:calculateCurElimination(true)
|
||||
dmgElementTypeMap = elementTypeMap
|
||||
if not self:getCurActionUnitComp():getActiveSkillLimit() then
|
||||
if randomPosList then
|
||||
for _, posId in ipairs(randomPosList) do
|
||||
local gridEntity = self.battleData:getGridEntity(posId)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user