死局问题修改

This commit is contained in:
xiekaidong 2023-05-19 20:09:32 +08:00
parent 1718c96004
commit 1fcf0137e3

View File

@ -1959,8 +1959,8 @@ function BattleController:getShuffleBoardInfo()
else else
if entity:getSkillId() then if entity:getSkillId() then
haveSkill = true haveSkill = true
add = entity:canLink()
end end
add = entity:canLink()
end end
if add then if add then
table.insert(tempList, entity) table.insert(tempList, entity)