Commit c9316b67 authored by 未闻皂名's avatar 未闻皂名

2026/2/3 bug修复

parent fcde8c83
Pipeline #42822 passed with stages
in 12 minutes and 42 seconds
...@@ -9,7 +9,7 @@ function cm.initial_effect(c) ...@@ -9,7 +9,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function cm.ritual_mat_filter(c,e,tp,rc,mg) function cm.ritual_mat_filter(c,e,tp,rc,mg)
return not c:IsCode(rc) return not c:IsCode(rc:GetCode())
end end
--Activate --Activate
function cm.matfilter(c) function cm.matfilter(c)
......
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