【踏碎凌霄】回访

dev_chengFeng
ZhangBiao 2021-04-26 16:53:36 +08:00
parent 98f12190ea
commit 8269afe74d
1 changed files with 3 additions and 0 deletions

View File

@ -464,6 +464,7 @@ function this.BattleEnd(result)
end
end,1.3):Start()
elseif fightType == BATTLE_TYPE.TASUILINGXIAO then--踏碎凌霄
BattleManager.SetLastBattleResult(this.lastBattleResult,fightType)
this.ShowBattleResult(result)
else
-- 判断是否需要进行结果检测
@ -524,6 +525,8 @@ function this.ShowBattleResult(result, msg)
this.ShowBattleResultByDeathPos()
elseif BattleManager.GetLastBattleType() == BATTLE_TYPE.BACK or BattleManager.GetLastBattleType() == BATTLE_TYPE.ARENA then
this:ClosePanel()
elseif BattleManager.GetLastBattleType() == BATTLE_TYPE.TASUILINGXIAO then
this.ShowBattleResultByTaSuiLingXiao()
else
if result == 0 then -- 失败
local haveRecord = BattleRecordManager.isHaveRecord()