Merge branch 'dev' of http://git.juzugame.com/b6-client/b6-lua into dev
This commit is contained in:
commit
59de0189ed
@ -454,6 +454,7 @@ function BattleController:enterAtkStepOver()
|
||||
if self.waveIndex >= self.maxWaveIndex then
|
||||
self:enterRoundEnd()
|
||||
else
|
||||
self.defTeam:removeAllBuff()
|
||||
self:onDefDead()
|
||||
self:enterRefreshBoard()
|
||||
end
|
||||
@ -491,6 +492,7 @@ function BattleController:enterDefStepOver()
|
||||
if self.waveIndex >= self.maxWaveIndex then
|
||||
self:enterRoundEnd()
|
||||
else
|
||||
self.defTeam:removeAllBuff()
|
||||
self:onDefDead()
|
||||
self:enterRefreshBoard()
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user