[战斗]修改切磋判断胜负条件
parent
7c665597ff
commit
d6d8590ce2
|
|
@ -361,7 +361,7 @@ function BattleLogic.Update()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if CurRound > MaxRound then
|
if CurRound > MaxRound then
|
||||||
if BattleLogic.Type==9 or BattleLogic.Type== 0 then
|
if BattleLogic.Type==9 or BattleLogic.Type==17 then
|
||||||
if allHeroDamage>allEnemyDamage then
|
if allHeroDamage>allEnemyDamage then
|
||||||
BattleLogic.BattleEnd(1)
|
BattleLogic.BattleEnd(1)
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue