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

2025/6/6 bug修复

parent 91d06409
Pipeline #37249 failed with stages
in 66 minutes and 55 seconds
...@@ -16,7 +16,7 @@ function cm.initial_effect(c) ...@@ -16,7 +16,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
--Special Summon Procedure --Special Summon Procedure
function cm.spconfilter(c) function cm.spconfilter(c,tp,e,tc)
return c~=tc and c:IsLevel(6) and RD.IsDefense(c,500) and not c:IsPublic() return c~=tc and c:IsLevel(6) and RD.IsDefense(c,500) and not c:IsPublic()
end end
--Recover --Recover
......
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