diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua index 0a7c2d63cb..0e6acf195d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua @@ -55,7 +55,7 @@ local UpdateBtnGMFunc = { -- return SKIP_STATE.NOUSE, "首领关卡无法跳过!" -- end if this.curRound < 3 then - return SKIP_STATE.NOUSE, "跳过功能将在第三回合解锁" + return SKIP_STATE.NOUSE, "第二回合结束后可以跳过" end return SKIP_STATE.UNLOCK end, @@ -67,7 +67,7 @@ local UpdateBtnGMFunc = { -- return SKIP_STATE.NOUSE, "首领关卡无法跳过!" -- end if this.curRound < 3 then - return SKIP_STATE.NOUSE, "跳过功能将在第三回合解锁" + return SKIP_STATE.NOUSE, "第二回合结束后可以跳过" end return SKIP_STATE.UNLOCK end,