【鸿蒙阵成就】
parent
94f549f605
commit
4d951b38bd
|
@ -936,6 +936,7 @@ JumpType = {
|
||||||
CompoundHero = 78,--神将合成、置换
|
CompoundHero = 78,--神将合成、置换
|
||||||
Pokemon = 79,--灵兽山
|
Pokemon = 79,--灵兽山
|
||||||
HongMengZhen = 86,-- 鸿蒙阵
|
HongMengZhen = 86,-- 鸿蒙阵
|
||||||
|
|
||||||
|
|
||||||
BuyVigor = 10000, --体力购买
|
BuyVigor = 10000, --体力购买
|
||||||
BuyGold = 10001, --金币购买
|
BuyGold = 10001, --金币购买
|
||||||
|
|
|
@ -556,7 +556,13 @@ local jumpDic = {
|
||||||
end,
|
end,
|
||||||
[JumpType.HongMengZhen] = function ()
|
[JumpType.HongMengZhen] = function ()
|
||||||
-- body
|
-- body
|
||||||
UIManager.OpenPanel(UIName.HongMengPanel)
|
if HarmonyManager.hongmengAdditions[1].heroTid == 0 then
|
||||||
|
-- body
|
||||||
|
UIManager.OpenPanel(UIName.HongMengEnvoyPanel)
|
||||||
|
else
|
||||||
|
UIManager.OpenPanel(UIName.HongMengPanel)
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue