【战斗跳过】跳过限制只对关卡战斗生效
parent
f8fa462e4d
commit
c680ea0940
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue