[战斗]修改切磋判断胜负条件

dev_chengFeng
wangzhenxing 2020-12-25 15:40:13 +09:00
parent 96f31b63ad
commit f07b8a14d2
1 changed files with 1 additions and 1 deletions

View File

@ -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