diff --git a/lua/app/module/battle/controller/battle_controller.lua b/lua/app/module/battle/controller/battle_controller.lua index 6501cf6c..c0664058 100644 --- a/lua/app/module/battle/controller/battle_controller.lua +++ b/lua/app/module/battle/controller/battle_controller.lua @@ -1959,8 +1959,8 @@ function BattleController:getShuffleBoardInfo() else if entity:getSkillId() then haveSkill = true - add = entity:canLink() end + add = entity:canLink() end if add then table.insert(tempList, entity)