【大闹天宫】死亡神将可以一键上阵,并且进入战斗页直接显示(败)
parent
9b30532bda
commit
b926310982
|
|
@ -1041,7 +1041,8 @@ function this.SetOneKeyGoExpedition()
|
||||||
end
|
end
|
||||||
for k, v in ipairs(theros) do
|
for k, v in ipairs(theros) do
|
||||||
local curSingleherodata = HeroManager.GetSingleHeroData(v.dynamicId)
|
local curSingleherodata = HeroManager.GetSingleHeroData(v.dynamicId)
|
||||||
if not upHeroSidTable[curSingleherodata.id] then
|
local hp = FormationManager.GetFormationHeroHp(this.curFormationIndex,v.dynamicId)
|
||||||
|
if not upHeroSidTable[curSingleherodata.id] and hp > 0 then
|
||||||
LogGreen("this.choosedList "..#this.choosedList)
|
LogGreen("this.choosedList "..#this.choosedList)
|
||||||
if #this.choosedList < 6 then
|
if #this.choosedList < 6 then
|
||||||
for n = 1, #posArr do
|
for n = 1, #posArr do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue