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

2025/8/2 bug修复

parent e243b65b
Pipeline #39831 failed with stages
in 7 minutes and 34 seconds
......@@ -19,7 +19,7 @@ function cm.costfilter(c)
return not c:IsType(TYPE_RITUAL) and c:IsAbleToGraveAsCost()
end
function cm.spfilter(c,e,tp)
return c:IsType(TYPE_RITUAL) and c:IsRace(RACE_THUNDER) and RD.IsDefense(c,1200)
return c:IsType(TYPE_RITUAL) and c:IsRace(RACE_THUNDER) and RD.IsDefense(c,1600)
and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
......
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