【踏碎凌霄】回访
parent
98f12190ea
commit
8269afe74d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue