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

2025/8/5 bug修复

parent 5f380b8c
Pipeline #39941 passed with stages
in 16 minutes and 51 seconds
...@@ -16,7 +16,7 @@ function cm.initial_effect(c) ...@@ -16,7 +16,7 @@ function cm.initial_effect(c)
end end
--Special Summon --Special Summon
function cm.costfilter(c) function cm.costfilter(c)
return not c:IsType(TYPE_RITUAL) and c:IsAbleToGraveAsCost() return c:IsFaceup() and not c:IsType(TYPE_RITUAL) and c:IsAbleToGraveAsCost()
end end
function cm.spfilter(c,e,tp) function cm.spfilter(c,e,tp)
return c:IsType(TYPE_RITUAL) and c:IsRace(RACE_THUNDER) and RD.IsDefense(c,1600) return c:IsType(TYPE_RITUAL) and c:IsRace(RACE_THUNDER) and RD.IsDefense(c,1600)
......
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