Commit 8529ffef authored by 聖園ミカ's avatar 聖園ミカ 🐟

md

parent bb888252
Pipeline #26306 passed with stages
in 20 minutes and 6 seconds
......@@ -57,7 +57,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e3,tp)
end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return bit.band(sumtype,SUMMON_TYPE_RITUAL)==SUMMON_TYPE_RITUAL and not (c:IsType(TYPE_RITUAL) and c:IsType(TYPE_PENDULUM))
return bit.band(sumtp,SUMMON_TYPE_RITUAL)==SUMMON_TYPE_RITUAL and not c:IsType(TYPE_PENDULUM)
end
function cm.setfilter(c)
return c:IsType(TYPE_RITUAL) and c:IsType(TYPE_SPELL) and c:IsSSetable()
......
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