Commit 7b4ed748 authored by 未闻皂名's avatar 未闻皂名

2025/8/1 bug修复

parent 2234963d
Pipeline #39801 passed with stages
in 13 minutes and 43 seconds
......@@ -14,7 +14,7 @@ function cm.initial_effect(c)
end
--Activate
function cm.filter(c)
return c:IsCode(list[1],list[2]) and c:IsAbleToHand()
return (RD.IsLegendCode(c,list[1]) or c:IsCode(list[2])) and c:IsAbleToHand()
end
function cm.thfilter(c)
return c:IsCode(list[3]) and c:IsAbleToHand()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment