【战斗跳过】跳过限制只对关卡战斗生效

dev_chengFeng
gaoxin 2021-12-13 17:17:51 +08:00
parent f8fa462e4d
commit c680ea0940
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@ local SKIP_STATE = {
}
local UpdateBtnGMFunc = {
[-1] = function()
local isUnlock, tip = BattleManager.IsUnlockBattlePass()
if not isUnlock then
return SKIP_STATE.LOCK, tip
end
-- local isUnlock, tip = BattleManager.IsUnlockBattlePass()
-- if not isUnlock then
-- return SKIP_STATE.LOCK, tip
-- end
return SKIP_STATE.UNLOCK
end,
[BATTLE_TYPE.BACK]= function()