From 8269afe74d4799482aa437bb2209bc812038d5fb Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Mon, 26 Apr 2021 16:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B8=8F=E7=A2=8E=E5=87=8C=E9=9C=84?= =?UTF-8?q?=E3=80=91=E5=9B=9E=E8=AE=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua index aba1ac92dc..17126c1c5a 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua @@ -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()