[战斗]修改切磋判断胜负条件
parent
96f31b63ad
commit
f07b8a14d2
|
@ -361,7 +361,7 @@ function BattleLogic.Update()
|
|||
return
|
||||
end
|
||||
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
|
||||
BattleLogic.BattleEnd(1)
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue