Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev
This commit is contained in:
commit
da4704db1e
@ -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