kaiju2 bug fix

This commit is contained in:
Baisebaoma 2023-12-14 20:53:31 +08:00
parent a5302ca483
commit 5d00a1e46e
1 changed files with 2 additions and 2 deletions

View File

@ -223,9 +223,9 @@ local jy_kaiju_2 = fk.CreateActiveSkill{
target_filter = function(self, to_select, selected) target_filter = function(self, to_select, selected)
-- 判断目标是否有谦逊 -- 判断目标是否有谦逊
for _, s in ipairs(to:getAllSkills()) do for _, s in ipairs(to_select:getAllSkills()) do
if s.name == "qianxun" then if s.name == "qianxun" then
return return false
end end
end end