bug修复
This commit is contained in:
parent
f2047f1833
commit
942f06485f
@ -648,8 +648,8 @@ function BattleController:enterNextWave()
|
||||
end
|
||||
|
||||
if self.waveIndex >= self.maxWaveIndex then
|
||||
self.victory = true
|
||||
self:postWaveOver(false)
|
||||
self.victory = self.curWaveMonsterDead
|
||||
self:postWaveOver(not self.curWaveMonsterDead)
|
||||
self:battleEnd()
|
||||
return
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user