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