Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev
This commit is contained in:
commit
fe8d9aede1
@ -1150,13 +1150,8 @@ function BattleController:setGridBreakCondition(gridMap, posId, condition)
|
||||
if not gridMap[posId] then
|
||||
gridMap[posId] = {}
|
||||
gridMap[posId][condition] = true
|
||||
return true, true
|
||||
end
|
||||
if gridMap[posId][condition] then
|
||||
return false
|
||||
end
|
||||
gridMap[posId][condition] = true
|
||||
return true, false
|
||||
end
|
||||
|
||||
function BattleController:tryShowSelectSkillComp(needDelay, onlyCommonSkill)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user