【战斗】跳过提示文字:第二回合结束后可以跳过

dev_chengFeng
gaoxin 2021-11-25 14:44:10 +08:00
parent 1a2a5e0c71
commit a36714d286
1 changed files with 2 additions and 2 deletions

View File

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