bug修复
This commit is contained in:
parent
d62c7b8d54
commit
331eb9d3bd
@ -84,6 +84,9 @@ function BattleGridEntity:isElmentTypeInvalid()
|
||||
end
|
||||
|
||||
function BattleGridEntity:addAroundEliminationCount(boomType)
|
||||
if self:getIsIdle() then
|
||||
return false
|
||||
end
|
||||
local nextGridType = BattleConst.AROUND_ELIMINATION_TO_TYPE_COUNT[self.gridType]
|
||||
if nextGridType then
|
||||
local beforeGridtype = self:getGridType()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user