Commit 2c8e39b0 authored by AntiMetaman's avatar AntiMetaman

fix

parent 0dbd1b55
Pipeline #17183 passed with stages
in 4 minutes and 20 seconds
......@@ -22,7 +22,7 @@ function cm.thfilter(c)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return RD.IsSummonTurn(e:GetHandler())
and Duel.IsExistingMatchingCard(cm.filter,tp,0,LOCATION_ONFIELD,2,nil)
and Duel.IsExistingMatchingCard(cm.confilter,tp,0,LOCATION_ONFIELD,2,nil)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_GRAVE,0,1,nil) end
......
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