【战斗】===================选择两列逻辑修改提交
parent
02504b0020
commit
2d1669246b
|
@ -113,8 +113,8 @@ if one>two then
|
|||
table.insert(teamArr,value)
|
||||
end
|
||||
end
|
||||
--如果第二列数量>第三列数量就把第二列选入
|
||||
if two>three then
|
||||
--如果第二列数量>=第三列数量就把第二列选入
|
||||
if two>=three then
|
||||
if two>0 then
|
||||
for key, value in pairs(twoArr) do
|
||||
table.insert(teamArr,value)
|
||||
|
|
Loading…
Reference in New Issue