【战斗】跳过提示修改为25级
parent
eda07761fc
commit
bc65257ac7
|
@ -27,7 +27,7 @@ local SKIP_STATE = {
|
|||
local UpdateBtnGMFunc = {
|
||||
[-1] = function()
|
||||
if not BattleManager.IsUnlockBattlePass() then
|
||||
return SKIP_STATE.LOCK, Language[12237]
|
||||
return SKIP_STATE.LOCK, "25级或充值任意金额后解锁"
|
||||
end
|
||||
return SKIP_STATE.UNLOCK
|
||||
end,
|
||||
|
@ -48,7 +48,7 @@ local UpdateBtnGMFunc = {
|
|||
-- end,
|
||||
[BATTLE_TYPE.STORY_FIGHT] = function()
|
||||
if not BattleManager.IsUnlockBattlePass() then
|
||||
return SKIP_STATE.LOCK, Language[12237]
|
||||
return SKIP_STATE.LOCK, "25级或充值任意金额后解锁"
|
||||
end
|
||||
-- if FightPointPassManager.GetCurOpenFightIdIsBoss() then
|
||||
-- return SKIP_STATE.NOUSE, "首领关卡无法跳过!"
|
||||
|
|
Loading…
Reference in New Issue