Commit 37b8552252c41ecb39806442ef2be3b761c5fee3

Authored by wangyujie
1 parent 397608b3

加一个冒险因为队伍死亡退出的类型

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/AdvBattle.lua
... ... @@ -330,7 +330,7 @@ function Battle:afterRound()
330 330 self.player:triggerPassive(Passive.AFTER_ROUND)
331 331  
332 332 if self.player.isDead then
333   - self.adv:over(false)
  333 + self.adv:over(false, nil, -2)
334 334 end
335 335 end
336 336  
... ...