Commit f077e7f8 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 488f9890
......@@ -21,7 +21,7 @@ function s.mfilter(c)
end
function s.mfilter2(c)
return c:IsSetCard(0xca5) and c:IsType(TYPE_MONSTER) and (c:IsLocation(LOCATION_ONFIELD)
or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0xca5))
or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0x5ca5))
end
function s.cfilter(c)
return c:IsAbleToGraveAsCost()
......
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