【鸿蒙阵成就】
parent
94f549f605
commit
4d951b38bd
|
@ -937,6 +937,7 @@ JumpType = {
|
||||||
Pokemon = 79,--灵兽山
|
Pokemon = 79,--灵兽山
|
||||||
HongMengZhen = 86,-- 鸿蒙阵
|
HongMengZhen = 86,-- 鸿蒙阵
|
||||||
|
|
||||||
|
|
||||||
BuyVigor = 10000, --体力购买
|
BuyVigor = 10000, --体力购买
|
||||||
BuyGold = 10001, --金币购买
|
BuyGold = 10001, --金币购买
|
||||||
Privilege = 10003, -- 特权
|
Privilege = 10003, -- 特权
|
||||||
|
|
|
@ -556,8 +556,14 @@ local jumpDic = {
|
||||||
end,
|
end,
|
||||||
[JumpType.HongMengZhen] = function ()
|
[JumpType.HongMengZhen] = function ()
|
||||||
-- body
|
-- body
|
||||||
|
if HarmonyManager.hongmengAdditions[1].heroTid == 0 then
|
||||||
|
-- body
|
||||||
|
UIManager.OpenPanel(UIName.HongMengEnvoyPanel)
|
||||||
|
else
|
||||||
UIManager.OpenPanel(UIName.HongMengPanel)
|
UIManager.OpenPanel(UIName.HongMengPanel)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
function this.CheckJump(_jumpId)
|
function this.CheckJump(_jumpId)
|
||||||
|
|
Loading…
Reference in New Issue